http-conduit 2.2.3 → 2.2.3.1
raw patch · 4 files changed
+9/−2 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- Network/HTTP/Simple.hs +1/−1
- README.md +3/−0
- http-conduit.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 2.2.3.1++* Minor README improvement+ ## 2.2.3 * Add `withResponse` to `Network.HTTP.Simple`
Network/HTTP/Simple.hs view
@@ -80,7 +80,7 @@ import Data.Aeson (FromJSON (..), Value) import Data.Aeson.Parser (json') import qualified Data.Aeson.Types as A-import qualified Data.Aeson.Encode as A+import qualified Data.Aeson as A import qualified Data.Traversable as T import Control.Exception (throwIO, Exception) import Data.Typeable (Typeable)
README.md view
@@ -1,6 +1,9 @@ http-conduit ============ +Provides for making efficient HTTP/HTTPS requests, providing either a simple or+streaming interface.+ Full tutorial docs are available at: https://haskell-lang.org/library/http-client
http-conduit.cabal view
@@ -1,5 +1,5 @@ name: http-conduit-version: 2.2.3+version: 2.2.3.1 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>