pipes-attoparsec 0.5.1.3 → 0.5.1.4
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~pipesPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: pipes
API changes (from Hackage documentation)
Files
- changelog.md +5/−0
- pipes-attoparsec.cabal +2/−2
changelog.md view
@@ -1,3 +1,8 @@+# Version 0.5.1.4++* Bump upper bound dependency on `pipes`.++ # Version 0.5.1.3 * Bump upper bound dependency on `transformers`.
pipes-attoparsec.cabal view
@@ -1,5 +1,5 @@ name: pipes-attoparsec-version: 0.5.1.3+version: 0.5.1.4 license: BSD3 license-file: LICENSE copyright: Copyright (c) Renzo Carbonara 2012-2016, Paolo Capriotti 2012@@ -30,7 +30,7 @@ base (>=4.5 && <5.0) , attoparsec (>=0.10 && <0.14) , bytestring (>=0.9.2.1 && <0.11)- , pipes (>=4.1 && <4.2)+ , pipes (>=4.1 && <4.3) , pipes-parse (>=3.0.1 && <3.1) , text (>=0.11.2.0 && <1.3) , transformers (>=0.2 && <0.6)