Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/cabal2nix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 572abd73ad0f
Choose a base ref
...
head repository: NixOS/cabal2nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7b287a85b9e8
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 4, 2018

  1. cabal2nix.cabal: greatly increase the test suite's stack size to fix …

    …Travis build
    
    I don't know why the travis build fails with a 1K stack. I cannot produce this
    issue locally. I reckon it's something about the exact set of dependency
    versions.
    peti committed Dec 4, 2018
    Copy the full SHA
    7b287a8 View commit details
Showing with 2 additions and 1 deletion.
  1. +2 −1 cabal2nix.cabal
3 changes: 2 additions & 1 deletion cabal2nix.cabal
Original file line number Diff line number Diff line change
@@ -201,4 +201,5 @@ test-suite regression-test
build-tools: cabal2nix
ghc-options: -Wall -Wcompat -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
-with-rtsopts=-K1K
-with-rtsopts=-K64K
-- TODO: this must be 1K!