From ccbc4dacc2312b7e6d0418edff5bd8be38f201ae Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Wed, 26 Aug 2020 19:31:07 -0500 Subject: [PATCH] Make sure it doesn't space leak (on later GHCs) --- libarchive.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarchive.cabal b/libarchive.cabal index 7d8d9ae..a281e7c 100644 --- a/libarchive.cabal +++ b/libarchive.cabal @@ -264,7 +264,7 @@ test-suite libarchive-test default-language: Haskell2010 other-extensions: OverloadedStrings - ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N + ghc-options: -threaded -rtsopts "-with-rtsopts=-N -K1K" -Wall build-depends: base -any, libarchive -any,