From 7d636f15e4b76858dbb9aa2d879ea90e50402e86 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Fri, 5 Apr 2019 20:03:19 +1100 Subject: [PATCH] http-proxy.cabal: Limit heap and stack for tests --- http-proxy.cabal | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/http-proxy.cabal b/http-proxy.cabal index 0354d1e..eefff07 100644 --- a/http-proxy.cabal +++ b/http-proxy.cabal @@ -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. . @@ -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 @@ -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 @@ -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