Bumps http-types to < 0.12

There was a mistake in the previous release where we
add the upper bound as `< 0.11` which doesn't make sense.
This commit is contained in:
Deni Bertovic 2018-01-26 13:51:10 +01:00
parent 15835713ce
commit 76926c72e1

View File

@ -26,7 +26,7 @@ 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.11
, http-types >= 0.9 && < 0.12
, vector
, conduit
, conduit-combinators