generic-aeson 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~aesondep ~attoparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, attoparsec
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- generic-aeson.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.1.0.3++* Allow `attoparsec 0.12.*`+ #### 0.1.0.2 * Allow `mtl 2.2.*`
generic-aeson.cabal view
@@ -1,5 +1,5 @@ name: generic-aeson-version: 0.1.0.2+version: 0.1.0.3 synopsis: Derivation of Aeson instances using GHC generics. description: Derivation of Aeson instances using GHC generics. author: Silk@@ -28,7 +28,7 @@ build-depends: base >= 4 && < 4.8 , aeson >= 0.6 && < 0.8- , attoparsec == 0.11.*+ , attoparsec >= 0.11 && < 0.13 , generic-deriving == 1.6.* , mtl >= 2.0 && < 2.3 , tagged >= 0.2 && < 0.8