Cabal revisions of kraken-0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: kraken-version: 0.1.0--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.11- , bytestring >= 0.10- , http-client- , http-client-tls- , aeson- , mtl+name: kraken +version: 0.1.0 +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.12 + , bytestring >= 0.10 + , http-client + , http-client-tls + , aeson + , mtl
revision 2
name: kraken version: 0.1.0 -x-revision: 1 +x-revision: 2 synopsis: Kraken.io API client description: Network.Kraken build-depends: - base >=4.5 && <4.12 + base >=4.5 && <4.13 , bytestring >= 0.10 , http-client , http-client-tls
revision 3
name: kraken version: 0.1.0 -x-revision: 2 +x-revision: 3 synopsis: Kraken.io API client description: Network.Kraken build-depends: - base >=4.5 && <4.13 + base >=4.5 && <4.14 , bytestring >= 0.10 , http-client , http-client-tls