Cabal revisions of haxl-amazonka-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: haxl-amazonka-version: 0.1.0.0-synopsis: Simple project template from stack-description: Please see README.md-homepage: http://github.com/tvh/haxl-amazonka#readme-license: BSD3-license-file: LICENSE-author: Timo von Holtz-maintainer: tvh@tvholtz.de-category: Web-build-type: Simple-cabal-version: >=1.10--library- hs-source-dirs: lib- default-language: Haskell2010- build-depends: base >= 4.7 && < 5- , haxl >= 0.3- , amazonka >= 1.3- , amazonka-core >= 1.3- , async- , transformers- , hashable- , conduit- exposed-modules: Network.AWS.DataSource+name: haxl-amazonka +version: 0.1.0.0 +x-revision: 1 +synopsis: Haxl data source for accessing AWS services through amazonka. +description: Haxl data source for accessing AWS services through amazonka. +homepage: http://github.com/tvh/haxl-amazonka#readme +license: BSD3 +license-file: LICENSE +author: Timo von Holtz +maintainer: tvh@tvholtz.de +category: Web +build-type: Simple +cabal-version: >=1.10 + +source-repository HEAD + type: git + location: https://github.com/tvh/haxl-amazonka.git + +library + hs-source-dirs: lib + default-language: Haskell2010 + build-depends: base >= 4.7 && < 5 + , haxl >= 0.3 + , amazonka >= 1.3 + , amazonka-core >= 1.3 + , async + , transformers + , hashable + , conduit + exposed-modules: Network.AWS.DataSource
revision 2
name: haxl-amazonka version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Haxl data source for accessing AWS services through amazonka. description: Haxl data source for accessing AWS services through amazonka. homepage: http://github.com/tvh/haxl-amazonka#readme hs-source-dirs: lib default-language: Haskell2010 build-depends: base >= 4.7 && < 5 - , haxl >= 0.3 + , haxl >= 0.3 && < 0.5 , amazonka >= 1.3 , amazonka-core >= 1.3 , async