Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Commit

Permalink
Limit stack to prevent/notice future spaceleaks
Browse files Browse the repository at this point in the history
  • Loading branch information
xkollar committed Jul 3, 2017
1 parent 39a7e62 commit 8d88a5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion freer-effects.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ test-suite unit
main-is: Tests.hs
hs-source-dirs:
tests
ghc-options: -Wall -fwarn-tabs -fwarn-implicit-prelude
ghc-options: -Wall -fwarn-tabs -fwarn-implicit-prelude -with-rtsopts=-K1K
build-depends:
base >=4.7 && <5
, QuickCheck
Expand Down
1 change: 1 addition & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ tests:
- tasty
- tasty-hunit
- tasty-quickcheck
ghc-options: -with-rtsopts=-K1K

hlint:
source-dirs: tests
Expand Down

0 comments on commit 8d88a5f

Please sign in to comment.