aeson-gadt-th 0.1.2.0 → 0.1.2.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep −markdown-unlitPVP ok
version bump matches the API change (PVP)
Dependencies removed: markdown-unlit
API changes (from Hackage documentation)
Files
- aeson-gadt-th.cabal +3/−3
aeson-gadt-th.cabal view
@@ -1,6 +1,6 @@-cabal-version: >=1.10+cabal-version: >=2.0 name: aeson-gadt-th-version: 0.1.2.0+version: 0.1.2.1 synopsis: Derivation of Aeson instances for GADTs category: JSON description: Template Haskell for generating ToJSON and FromJSON instances for GADTs. See <https://github.com/obsidiansystems/aeson-gadt-th/blob/master/README.md README.md> for examples.@@ -27,10 +27,10 @@ , aeson , dependent-sum , aeson-gadt-th- , markdown-unlit default-language: Haskell2010 main-is: README.lhs ghc-options: -pgmL markdown-unlit -Wall+ build-tool-depends: markdown-unlit:markdown-unlit source-repository head type: git