pipes-aeson 0.4.1.1 → 0.4.1.2
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- changelog.md +5/−0
- pipes-aeson.cabal +2/−2
changelog.md view
@@ -1,3 +1,8 @@+# 0.4.1.2++* Raise upper bound dependency on `aeson`.++ # 0.4.1.1 * Raise upper bound dependency on `pipes-bytestring`.
pipes-aeson.cabal view
@@ -1,5 +1,5 @@ name: pipes-aeson-version: 0.4.1.1+version: 0.4.1.2 license: BSD3 license-file: LICENSE copyright: Copyright (c) Renzo Carbonara 2013-2014@@ -30,7 +30,7 @@ Pipes.Aeson.Unchecked other-modules: Pipes.Aeson.Internal build-depends:- aeson (>=0.6.1 && <0.8)+ aeson (>=0.6.1 && <0.9) , attoparsec (>=0.10 && <0.13) , base (>=4.5 && <5.0) , pipes (>=4.1 && <4.2)