http-pony-transformer-http 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
http-pony-transformer-http.cabal view
@@ -1,5 +1,5 @@ name: http-pony-transformer-http-version: 0.1.0.1+version: 0.1.0.2 synopsis: Transform raw TCP stream to a basic HTTP type license: BSD3 license-file: LICENSE@@ -19,7 +19,7 @@ build-depends: base >=4.8 && < 5 , bytestring >=0.10 , pipes >=4.1- , transformers >=0.5+ , transformers >=0.4 , attoparsec >=0.13 , pipes-attoparsec >=0.5