Skip to content

Commit

Permalink
http-proxy.cabal: Limit heap and stack for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Apr 5, 2019
1 parent 35a5fd7 commit 7d636f1
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions http-proxy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ stability: Experimental

synopsis: A library for writing HTTP and HTTPS proxies

source-repository head
type: git
location: https://github.com/erikd/http-proxy.git

description:
http-proxy is a library for writing HTTP and HTTPS proxies.
.
Expand Down Expand Up @@ -61,7 +65,7 @@ library

test-suite test
type: exitcode-stdio-1.0
ghc-options: -Wall -fwarn-tabs -threaded
ghc-options: -Wall -fwarn-tabs -threaded -rtsopts "-with-rtsopts=-H1m -K1m"
if os(windows)
cpp-options: -DWINDOWS
default-language: Haskell2010
Expand Down Expand Up @@ -102,7 +106,7 @@ test-suite test

test-suite test-io
type: exitcode-stdio-1.0
ghc-options: -Wall -fwarn-tabs -threaded
ghc-options: -Wall -fwarn-tabs -threaded -rtsopts "-with-rtsopts=-H1m -K1m"
if os(windows)
cpp-options: -DWINDOWS
default-language: Haskell2010
Expand Down Expand Up @@ -140,9 +144,3 @@ test-suite test-io
, wai-conduit
, warp
, warp-tls



source-repository head
type: git
location: https://github.com/erikd/http-proxy.git

0 comments on commit 7d636f1

Please sign in to comment.