packages feed

generic-aeson 0.2.0.5 → 0.2.0.6

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~aesonPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aeson

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.2.0.6++* Allow `aeson 0.9.*`+ #### 0.2.0.5  * Allow `attoparsec 0.13.*`
generic-aeson.cabal view
@@ -1,5 +1,5 @@ name:                generic-aeson-version:             0.2.0.5+version:             0.2.0.6 synopsis:            Derivation of Aeson instances using GHC generics. description:         Derivation of Aeson instances using GHC generics. author:              Silk@@ -27,8 +27,8 @@     Generics.Generic.Aeson.Util     Generics.Generic.IsEnum   build-depends:-      base >= 4 && < 4.9-    , aeson >= 0.6 && < 0.9+      base >= 4.4 && < 4.9+    , aeson >= 0.6 && < 0.10     , attoparsec >= 0.11 && < 0.14     , generic-deriving >= 1.6 && < 1.8     , mtl >= 2.0 && < 2.3