Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
*.o
*.hi
.cabal-sandbox
cabal.sandbox.config
connect-test
dist
simple-proxy
testsuite
request-rewrite-proxy
spellTmp.bak
dist-newstyle/
2 changes: 2 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
./
2 changes: 2 additions & 0 deletions cabal.project.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tests: True
test-show-details: direct
16 changes: 8 additions & 8 deletions http-proxy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@ library
, case-insensitive >= 1.2
, conduit == 1.3.*
, conduit-extra == 1.3.*
, http-client >= 0.6 && < 0.8
, http-client >= 0.6 && < 0.8
, http-conduit == 2.3.*
, http-types == 0.12.*
, mtl == 2.2.*
, mtl >= 2.2 && < 2.4
, network >= 3.1
, resourcet == 1.2.*
, resourcet >= 1.2 && < 1.4
, streaming-commons == 0.2.*
, tls == 1.5.*
, text == 1.2.*
, transformers == 0.5.*
, tls >= 1.5 && < 2.2
, text >= 2.0 && < 2.2
, transformers >= 0.5 && < 0.7
, wai == 3.2.*
, wai-conduit == 3.0.*
, warp == 3.3.*
, warp-tls == 3.3.*
, warp >= 3.3 && < 3.5
, warp-tls >= 3.3 && < 3.5



Expand Down