pipes-http 1.0.2 → 1.0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~pipes
Dependency ranges changed: pipes
Files
- pipes-http.cabal +2/−2
pipes-http.cabal view
@@ -1,5 +1,5 @@ Name: pipes-http-Version: 1.0.2+Version: 1.0.3 Cabal-Version: >=1.8.0.2 Build-Type: Simple License: BSD3@@ -20,7 +20,7 @@ Build-Depends: base >= 4 && < 5 , bytestring >= 0.9.2.1 && < 0.11,- pipes >= 4.0 && < 4.2 ,+ pipes >= 4.0 && < 4.3 , http-client >= 0.2 && < 0.5 , http-client-tls < 0.3 Exposed-Modules: Pipes.HTTP