Bump http-types bounds

This commit is contained in:
James Parker 2018-02-23 01:11:47 -05:00
parent d491347108
commit 781220a503
2 changed files with 2 additions and 4 deletions

View File

@ -3,6 +3,7 @@
## 0.5.0.2 (2018-02-21)
- Support http-conduit-2.3.0.
- Bump http-types versions.
## 0.5.0.1 (2018-01-26)

View File

@ -19,8 +19,6 @@ stability: experimental
-- Manual: False
-- Default: True
-- build-depends: unliftio-core
-- # http-conduit >= 2.3.0
library
default-extensions: DeriveGeneric, OverloadedStrings, ScopedTypeVariables, ExplicitForAll, MultiParamTypeClasses, FlexibleContexts, GeneralizedNewtypeDeriving, RankNTypes, DeriveFunctor, FlexibleInstances, CPP
hs-source-dirs: src
@ -33,13 +31,12 @@ library
, containers >= 0.5.0 && < 0.6.0
, data-default-class >= 0.0.1 && < 0.2.0
, http-client >= 0.4.0 && < 0.6.0
, http-types >= 0.9 && < 0.12
, http-types >= 0.9 && < 0.13
, vector
, conduit
, conduit-combinators
, conduit-extra
, exceptions
, http-conduit
, monad-control
, resourcet
, transformers