Cabal revisions of aws-configuration-tools-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial aws-configuration-tools.cabal generated by cabal init. For--- further documentation, see http://haskell.org/cabal/users-guide/--name: aws-configuration-tools-version: 0.1.0.0-synopsis: Configuration types, parsers & renderers for AWS services-description: Configuration types, parsers & renderers for AWS services, using configuration-tools.-license: Apache-2.0-license-file: LICENSE-author: Lars Kuhtz & Jon Sterling-maintainer: jon@jonmsterling.com-copyright: Copyright 2013-2015 PivotCloud, Inc.-category: Configuration, Cloud-build-type: Simple--- extra-source-files:-cabal-version: >=1.10--source-repository head- type: git- location: https://github.com/alephcloud/hs-aws-configuration-tools.git--source-repository this- type: git- location: https://github.com/alephcloud/hs-aws-configuration-tools.git- tag: 0.1.0.0---library- exposed-modules: Configuration.Utils.Aws.Credentials- -- other-modules:- -- other-extensions:- build-depends: base >=4.7 && <5.0,- base-unicode-symbols,- configuration-tools >=0.2.12,- aws >=0.11,- aws-kinesis >=0.1.5,- aws-general >=0.2.2,- bytestring >=0.10.4.0,- text >=1.2.0.4,- mtl >=2.1.3.1,- transformers >=0.4.3.0- hs-source-dirs: src- default-language: Haskell2010+-- Initial aws-configuration-tools.cabal generated by cabal init. For +-- further documentation, see http://haskell.org/cabal/users-guide/ + +name: aws-configuration-tools +version: 0.1.0.0 +x-revision: 1 +synopsis: Configuration types, parsers & renderers for AWS services +description: Configuration types, parsers & renderers for AWS services, using configuration-tools. +license: Apache-2.0 +license-file: LICENSE +author: Lars Kuhtz & Jon Sterling +maintainer: jon@jonmsterling.com +copyright: Copyright 2013-2015 PivotCloud, Inc. +category: Configuration, Cloud +build-type: Simple +-- extra-source-files: +cabal-version: >=1.10 + +source-repository head + type: git + location: https://github.com/alephcloud/hs-aws-configuration-tools.git + +source-repository this + type: git + location: https://github.com/alephcloud/hs-aws-configuration-tools.git + tag: 0.1.0.0 + + +library + exposed-modules: Configuration.Utils.Aws.Credentials + -- other-modules: + -- other-extensions: + build-depends: base >=4.7 && <5.0, + base-unicode-symbols, + configuration-tools >=0.2.12, + aws >=0.11, + aws-kinesis >=0.1.5, + aws-general >=0.2.2, + bytestring >=0.10.4.0, + text >=1.2.0.3, + mtl >=2.1.3.1, + transformers >=0.4.3.0 + hs-source-dirs: src + default-language: Haskell2010
revision 2
name: aws-configuration-tools version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Configuration types, parsers & renderers for AWS services description: Configuration types, parsers & renderers for AWS services, using configuration-tools. license: Apache-2.0 bytestring >=0.10.4.0, text >=1.2.0.3, mtl >=2.1.3.1, - transformers >=0.4.3.0 + transformers >=0.4.2.0 hs-source-dirs: src default-language: Haskell2010