Skip to content
Merged
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 cabal2nix/cabal2nix.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ test-suite regression-test
, tasty-golden
default-language: Haskell2010
build-tool-depends: cabal2nix:cabal2nix
ghc-options: -threaded -with-rtsopts=-K64K
Copy link
Copy Markdown
Member Author

@alexfmpe alexfmpe Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why -K was added.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found these commits:

Run the test suite with a 1K stack to catch space leaks.

ghc-options: -threaded -rtsopts "-with-rtsopts=-K64K -N"
Loading