packages feed

wreq 0.5.0.0 → 0.5.0.1

raw patch · 3 files changed

+3/−3 lines, 3 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

Network/Wreq/Internal/Types.hs view
@@ -45,7 +45,7 @@  import Control.Exception (Exception) import Data.IORef (IORef)-import Data.Monoid ((<>))+import Data.Monoid ((<>), mconcat) import Data.Text (Text) import Data.Time.Clock (UTCTime) import Data.Typeable (Typeable)
Network/Wreq/Types.hs view
@@ -40,7 +40,7 @@ import Control.Lens ((&), (.~)) import Data.Aeson (Value, encode) import Data.Int (Int8, Int16, Int32, Int64)-import Data.Word (Word8, Word16, Word32, Word64)+import Data.Word (Word, Word8, Word16, Word32, Word64) import Network.HTTP.Client (Request) import Network.HTTP.Client.MultipartFormData (Part, formDataBody) import Network.Wreq.Internal.Types
wreq.cabal view
@@ -1,5 +1,5 @@ name:                wreq-version:             0.5.0.0+version:             0.5.0.1 synopsis:            An easy-to-use HTTP client library. description:   .