Cabal revisions of generic-aeson-0.1.0.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: generic-aeson-version: 0.1.0.3-synopsis: Derivation of Aeson instances using GHC generics.-description: Derivation of Aeson instances using GHC generics.-author: Silk-maintainer: code@silk.co-license: BSD3-license-file: LICENSE-category: Data-build-type: Simple-cabal-version: >=1.8--extra-source-files:- CHANGELOG.md- LICENSE- README.md--source-repository head- type: git- location: https://github.com/silkapp/generic-aeson.git--library- ghc-options: -Wall- hs-source-dirs: src- exposed-modules:- Generics.Generic.Aeson- Generics.Generic.IsEnum- build-depends:- base >= 4 && < 4.8- , aeson >= 0.6 && < 0.8- , attoparsec >= 0.11 && < 0.13- , generic-deriving == 1.6.*- , mtl >= 2.0 && < 2.3- , tagged >= 0.2 && < 0.8- , text >= 0.11 && < 1.2- , vector == 0.10.*--test-suite generic-aeson-tests- ghc-options: -Wall- hs-source-dirs: tests- main-is: Main.hs- type: exitcode-stdio-1.0- build-depends:- base- , HUnit >= 1.2 && < 1.3- , aeson- , attoparsec- , bytestring >= 0.10 && < 0.12- , generic-aeson-+name: generic-aeson +version: 0.1.0.3 +x-revision: 1 +synopsis: Derivation of Aeson instances using GHC generics. +description: Derivation of Aeson instances using GHC generics. +author: Silk +maintainer: code@silk.co +license: BSD3 +license-file: LICENSE +category: Data +build-type: Simple +cabal-version: >=1.8 + +extra-source-files: + CHANGELOG.md + LICENSE + README.md + +source-repository head + type: git + location: https://github.com/silkapp/generic-aeson.git + +library + ghc-options: -Wall + hs-source-dirs: src + exposed-modules: + Generics.Generic.Aeson + Generics.Generic.IsEnum + build-depends: + base >= 4 && < 4.8 + , aeson >= 0.6 && < 0.9 + , attoparsec >= 0.11 && < 0.13 + , generic-deriving == 1.6.* + , mtl >= 2.0 && < 2.3 + , tagged >= 0.2 && < 0.8 + , text >= 0.11 && < 1.2 + , vector == 0.10.* + +test-suite generic-aeson-tests + ghc-options: -Wall + hs-source-dirs: tests + main-is: Main.hs + type: exitcode-stdio-1.0 + build-depends: + base + , HUnit >= 1.2 && < 1.3 + , aeson + , attoparsec + , bytestring >= 0.10 && < 0.12 + , generic-aeson +
revision 2
name: generic-aeson version: 0.1.0.3 -x-revision: 1 +x-revision: 2 synopsis: Derivation of Aeson instances using GHC generics. description: Derivation of Aeson instances using GHC generics. author: Silk Generics.Generic.Aeson Generics.Generic.IsEnum build-depends: - base >= 4 && < 4.8 + base >= 4.6 && < 4.8 , aeson >= 0.6 && < 0.9 , attoparsec >= 0.11 && < 0.13 , generic-deriving == 1.6.*