Skip to content

Commit

Permalink
http-proxy.cabal: Add upper bounds on http-(client|conduit)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Jul 6, 2016
1 parent f5fba07 commit 510c787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http-proxy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ Library
, case-insensitive >= 1.2
, conduit >= 1.2
, conduit-extra >= 1.1
, http-client >= 0.4
, http-conduit >= 2.1.7
, http-client >= 0.4 && < 0.5
, http-conduit >= 2.1.7 && < 2.2
, http-types >= 0.8
, mtl >= 2.1
, network >= 2.6
Expand Down

0 comments on commit 510c787

Please sign in to comment.