packages feed

generic-aeson 0.2.0.4 → 0.2.0.5

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~attoparsecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: attoparsec

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.2.0.5++* Allow `attoparsec 0.13.*`+ #### 0.2.0.4  * Fix compilation on GHC 7.4
generic-aeson.cabal view
@@ -1,5 +1,5 @@ name:                generic-aeson-version:             0.2.0.4+version:             0.2.0.5 synopsis:            Derivation of Aeson instances using GHC generics. description:         Derivation of Aeson instances using GHC generics. author:              Silk@@ -29,7 +29,7 @@   build-depends:       base >= 4 && < 4.9     , aeson >= 0.6 && < 0.9-    , attoparsec >= 0.11 && < 0.13+    , attoparsec >= 0.11 && < 0.14     , generic-deriving >= 1.6 && < 1.8     , mtl >= 2.0 && < 2.3     , tagged >= 0.2 && < 0.9