http-client-conduit 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~resourcet
Dependency ranges changed: resourcet
Files
http-client-conduit.cabal view
@@ -1,5 +1,5 @@ name: http-client-conduit-version: 0.2.0.0+version: 0.2.0.1 synopsis: Frontend support for using http-client with conduit description: Intended for use by higher-level libraries, such as http-conduit. homepage: https://github.com/snoyberg/http-client@@ -16,7 +16,7 @@ build-depends: base >= 4 && < 5 , http-client >= 0.2 , conduit- , resourcet+ , resourcet >= 0.4.6 , bytestring , transformers default-language: Haskell2010