rest-stringmap 0.2.0.5 → 0.2.0.6
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~aesondep ~base
Dependency ranges changed: aeson, base
Files
- CHANGELOG.md +4/−0
- rest-stringmap.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +#### 0.2.0.6++* Fix compilation on GHC-7.6+ #### 0.2.0.5 * Allow `aeson 0.9.*`
rest-stringmap.cabal view
@@ -1,5 +1,5 @@ name: rest-stringmap-version: 0.2.0.5+version: 0.2.0.6 license: BSD3 license-file: LICENSE synopsis: Maps with stringy keys that can be transcoded to JSON and XML.@@ -34,5 +34,5 @@ , json-schema >= 0.6 && < 0.8 , tostring >= 0.2.1 && < 0.3 , unordered-containers == 0.2.*- if impl(ghc < 7.6)+ if impl(ghc < 7.8) build-depends: tagged >= 0.2 && < 0.9