http-client 0.2.1 → 0.2.1.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Network/HTTP/Client.hs +1/−1
- http-client.cabal +1/−1
Network/HTTP/Client.hs view
@@ -17,7 +17,7 @@ -- 'newManager' 'defaultManagerSettings' -- @ ----- or using the 'braket' pattern with+-- or using the 'bracket' pattern with -- -- @ -- 'withManager' 'defaultManagerSettings'
http-client.cabal view
@@ -1,5 +1,5 @@ name: http-client-version: 0.2.1+version: 0.2.1.1 synopsis: An HTTP client engine, intended as a base layer for more user-friendly packages. description: This codebase has been refactored from http-conduit. homepage: https://github.com/snoyberg/http-client