Cabal revisions of kraken-0.0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: kraken-version: 0.0.2--synopsis: Kraken.io API client-description:- Kraken is a robust, ultra-fast image optimizer and compressor with- best-in-class algorithms.--license: MIT-license-file: LICENSE--author: Tomas Carnecky-maintainer: tomas.carnecky@gmail.com--category: Network--build-type: Simple-cabal-version: >=1.10---source-repository head- type: git- location: git://github.com/wereHamster/kraken-haskell.git---library- hs-source-dirs: src- default-language: Haskell2010-- ghc-options: -Wall-- exposed-modules:- Network.Kraken-- build-depends:- base >=4.5 && <4.10- , bytestring- , http-client- , http-client-tls- , aeson- , mtl+name: kraken +version: 0.0.2 +x-revision: 1 + +synopsis: Kraken.io API client +description: + Kraken is a robust, ultra-fast image optimizer and compressor with + best-in-class algorithms. + +license: MIT +license-file: LICENSE + +author: Tomas Carnecky +maintainer: tomas.carnecky@gmail.com + +category: Network + +build-type: Simple +cabal-version: >=1.10 + + +source-repository head + type: git + location: git://github.com/wereHamster/kraken-haskell.git + + +library + hs-source-dirs: src + default-language: Haskell2010 + + ghc-options: -Wall + + exposed-modules: + Network.Kraken + + build-depends: + base >=4.5 && <4.10 + , bytestring + , http-client <0.5 + , http-client-tls + , aeson + , mtl
revision 2
name: kraken version: 0.0.2 -x-revision: 1 +x-revision: 2 synopsis: Kraken.io API client description: build-depends: base >=4.5 && <4.10 - , bytestring + , bytestring >=0.10 , http-client <0.5 , http-client-tls , aeson