packages feed

Cabal revisions of aeson-gadt-th-0.1.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
 cabal-version: >=1.10 name: aeson-gadt-th version: 0.1.0.0+x-revision: 1 synopsis: Derivation of Aeson instances for GADTs category: JSON description: Template Haskell for generating ToJSON and FromJSON instances for GADTs  library   exposed-modules: Data.Aeson.GADT.TH-  build-depends: base >= 4.8 && < 4.13+  build-depends: base >= 4.9 && < 4.13                , aeson                , dependent-sum                , template-haskell
revision 2
-cabal-version: >=1.10-name: aeson-gadt-th-version: 0.1.0.0-x-revision: 1-synopsis: Derivation of Aeson instances for GADTs-category: JSON-description: Template Haskell for generating ToJSON and FromJSON instances for GADTs-license: BSD3-license-file: LICENSE-author: Obsidian Systems LLC-maintainer: maintainer@obsidian.systems-copyright: 2019 Obsidian Systems LLC-build-type: Simple--library-  exposed-modules: Data.Aeson.GADT.TH-  build-depends: base >= 4.9 && < 4.13-               , aeson-               , dependent-sum-               , template-haskell-  hs-source-dirs: src-  default-language: Haskell2010--source-repository head-  type:     git-  location: git://github.com/obsidiansystems/aeson-gadt-th.git+cabal-version: >=1.10
+name: aeson-gadt-th
+version: 0.1.0.0
+x-revision: 2
+synopsis: Derivation of Aeson instances for GADTs
+category: JSON
+description: Template Haskell for generating ToJSON and FromJSON instances for GADTs
+license: BSD3
+license-file: LICENSE
+author: Obsidian Systems LLC
+maintainer: maintainer@obsidian.systems
+copyright: 2019 Obsidian Systems LLC
+build-type: Simple
+
+library
+  exposed-modules: Data.Aeson.GADT.TH
+  build-depends: base >= 4.9 && < 4.13
+               , aeson
+               , dependent-sum < 0.6.2.2
+               , template-haskell
+  hs-source-dirs: src
+  default-language: Haskell2010
+
+source-repository head
+  type:     git
+  location: git://github.com/obsidiansystems/aeson-gadt-th.git