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

Limit stack to prevent/notice future spaceleaks #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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