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: 121c563e6abc
Choose a base ref
...
head repository: NixOS/cabal2nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 572abd73ad0f
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

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    572abd7 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 cabal2nix.cabal
2 changes: 1 addition & 1 deletion cabal2nix.cabal
Original file line number Diff line number Diff line change
@@ -201,4 +201,4 @@ 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!