pipes-aeson 0.4.1.5 → 0.4.1.6
raw patch · 2 files changed
+12/−5 lines, 2 filesdep ~aesondep ~transformers
Dependency ranges changed: aeson, transformers
Files
- changelog.md +7/−0
- pipes-aeson.cabal +5/−5
changelog.md view
@@ -1,3 +1,10 @@+# 0.4.1.6++* Raise upper bound dependency on `aeson`.++* Raise upper bound dependency on `transformers`.++ # 0.4.1.5 * Raise upper bound dependency on `aeson`.
pipes-aeson.cabal view
@@ -1,12 +1,12 @@ name: pipes-aeson-version: 0.4.1.5+version: 0.4.1.6 license: BSD3 license-file: LICENSE-copyright: Copyright (c) Renzo Carbonara 2013-2015+copyright: Copyright (c) Renzo Carbonara 2013-2016 author: Renzo Carbonara maintainer: renzocarbonaraλgmail.com stability: Experimental-tested-with: GHC ==7.6.3+tested-with: GHC ==7.10.3 homepage: https://github.com/k0001/pipes-aeson bug-reports: https://github.com/k0001/pipes-aeson/issues category: Pipes, Parser@@ -30,7 +30,7 @@ Pipes.Aeson.Unchecked other-modules: Pipes.Aeson.Internal build-depends:- aeson (>=0.6.1 && <0.11)+ aeson (>=0.6.1 && <0.12) , attoparsec (>=0.10 && <0.14) , base (>=4.5 && <5.0) , pipes (>=4.1 && <4.2)@@ -38,5 +38,5 @@ , pipes-bytestring (>=2.0 && <2.2) , pipes-parse (>=3.0.1 && <3.1) , bytestring (>=0.9.2.1)- , transformers (>=0.2 && <0.5)+ , transformers (>=0.2 && <0.6) ghc-options: -Wall -O2