aeson-t 0.0.4 → 0.0.5
raw patch · 1 files changed
+4/−4 lines, 1 filesdep +hspecdep −hspec2dep ~textPVP ok
version bump matches the API change (PVP)
Dependencies added: hspec
Dependencies removed: hspec2
Dependency ranges changed: text
API changes (from Hackage documentation)
Files
- aeson-t.cabal +4/−4
aeson-t.cabal view
@@ -1,5 +1,5 @@ Name: aeson-t-Version: 0.0.4+Version: 0.0.5 Author: Joe Nelson <cred+github@begriffs.com> Maintainer: Joe Nelson <cred+github@begriffs.com> Category: Data@@ -20,7 +20,7 @@ Build-Depends: base >= 4 && < 5 , aeson == 0.8.* , unordered-containers == 0.2.*- , text == 1.1.*+ , text >= 1.1 && < 2 , bytestring == 0.10.* , vector == 0.10.* @@ -32,10 +32,10 @@ Main-Is: Spec.hs Build-Depends: base , aeson-t- , hspec2+ , hspec == 2.* , aeson == 0.8.* , unordered-containers == 0.2.*- , text == 1.1.*+ , text >= 1.1 && < 2 , bytestring == 0.10.* , vector == 0.10.* , aeson-qq