pipes-aeson 0.4.1 → 0.4.1.1
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~pipes-bytestringPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: pipes-bytestring
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.1++* Raise upper bound dependency on `pipes-bytestring`.++ # 0.4.1 * Raise upper bound dependency on `attoparsec`.
pipes-aeson.cabal view
@@ -1,5 +1,5 @@ name: pipes-aeson-version: 0.4.1+version: 0.4.1.1 license: BSD3 license-file: LICENSE copyright: Copyright (c) Renzo Carbonara 2013-2014@@ -35,7 +35,7 @@ , base (>=4.5 && <5.0) , pipes (>=4.1 && <4.2) , pipes-attoparsec (>=0.5 && <0.6)- , pipes-bytestring (>=2.0 && <2.1)+ , pipes-bytestring (>=2.0 && <2.2) , pipes-parse (>=3.0.1 && <3.1) , bytestring (>=0.9.2.1) , transformers (>=0.2 && <0.5)