aeson-pretty 0.5.1 → 0.5.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- aeson-pretty.cabal +2/−2
aeson-pretty.cabal view
@@ -1,5 +1,5 @@ name: aeson-pretty-version: 0.5.1+version: 0.5.2 license: BSD3 license-file: LICENSE category: Text, Web, JSON, Pretty Printer@@ -42,7 +42,7 @@ buildable: False else build-depends:- aeson >= 0.5 || == 0.6.*,+ aeson >= 0.5 && < 0.7, attoparsec == 0.10.*, base == 4.*, bytestring == 0.9.*,