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
base: 650d5300c6bb
Choose a base ref
...
head repository: NixOS/cabal2nix
compare: 2fb6f7e81770
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 18, 2019

  1. hackage2nix: instruct RTS to use a maximum of 16 threads

    Benchmarks with ghc-8.8.1 show that the run-time performance
    degrades once more then 16 threads are used, which is consistent
    with what we know about the limitations of the concurrent garbage
    collector.
    peti committed Dec 18, 2019
    Copy the full SHA
    4f031c6 View commit details
    Browse the repository at this point in the history
  2. cabal2nix.cabal: drop the MonadFailDesugaring extension

    We're building with ghc-8.8.1 which has this enabled by default anyway.
    peti committed Dec 18, 2019
    Copy the full SHA
    2fb6f7e View commit details
    Browse the repository at this point in the history