Skip to content

Commit

Permalink
Make sure it doesn't space leak (on later GHCs)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Aug 27, 2020
1 parent 5e7b507 commit ccbc4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libarchive.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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

This comment has been minimized.

Copy link
@hasufell

hasufell Sep 1, 2020

Collaborator

@vmchale what? 🙃

This comment has been minimized.

Copy link
@vmchale

vmchale Sep 2, 2020

Author Owner

That's just the test suite. It caps the stack at 1kb, so that one doesn't have laziness-induced space leaks.

Fortunately there were none but this ensure none are introduced!

build-depends:
base -any,
libarchive -any,
Expand Down

0 comments on commit ccbc4da

Please sign in to comment.