We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3cb5c commit d92e0afCopy full SHA for d92e0af
1 file changed
http-proxy.cabal
@@ -46,7 +46,6 @@ library
46
build-depends: base >= 4 && < 5
47
, async == 2.2.*
48
, bytestring >= 0.10.8
49
- , bytestring-lexing >= 0.5
50
, case-insensitive >= 1.2
51
, conduit == 1.3.*
52
, conduit-extra == 1.3.*
@@ -87,7 +86,7 @@ test-suite test
87
86
, async
88
, blaze-builder
89
, bytestring
90
- , bytestring-lexing
+ , bytestring-lexing >= 0.5
91
, case-insensitive
92
, conduit
93
, connection >= 0.2
0 commit comments