aeson-qq 0.7.2 → 0.7.3
raw patch · 1 files changed
+7/−4 lines, 1 filesdep +ghc-primdep ~basePVP ok
version bump matches the API change (PVP)
Dependencies added: ghc-prim
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- aeson-qq.cabal +7/−4
aeson-qq.cabal view
@@ -1,5 +1,5 @@ name: aeson-qq-version: 0.7.2+version: 0.7.3 synopsis: JSON quasiquoter for Haskell description: @aeson-qq@ provides a JSON quasiquoter for Haskell. .@@ -35,10 +35,10 @@ other-modules: Data.JSON.QQ build-depends:- base >= 4.6 && < 5+ base >= 4.5 && < 5 , text , vector- , aeson >= 0.7+ , aeson >= 0.6 , parsec , template-haskell , haskell-src-meta >= 0.1.0@@ -56,7 +56,7 @@ Person Data.Aeson.QQSpec build-depends:- base >= 4.6 && < 5+ base >= 4.5 && < 5 , text , vector , aeson@@ -66,3 +66,6 @@ , aeson , hspec++ -- Neded for GHC 7.4.*+ , ghc-prim