Skip to content

Commit

Permalink
Fix compilation with older compilers. Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrap committed Apr 15, 2017
1 parent 4f66f2e commit bd69520
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Network/Wreq/Internal/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module Network.Wreq.Internal.Types

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)
Expand Down
2 changes: 1 addition & 1 deletion Network/Wreq/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module Network.Wreq.Types
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
Expand Down
2 changes: 1 addition & 1 deletion wreq.cabal
Original file line number Diff line number Diff line change
@@ -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:
.
Expand Down

0 comments on commit bd69520

Please sign in to comment.