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/nixpkgs
base: ec2ea29716b3
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: e050011aa37f
Choose a head ref
  • 2 commits
  • 10 files changed
  • 2 contributors

Commits on Jun 20, 2018

  1. haskell: make generic builder follow compiler’s shared config

    enableShared in generic-builder.nix should default to what the GHC
    compiler was compiled with. Add a passthru to all of the GHC compilers
    to hold the value of enableShared. If enableShared is not set in the
    GHC we just use false as the default value for enableSharedLibraries.
    
    Note: I may have missed some compilers. Only GHC & GHCJS are covered
    by this commit but this shouldn’t break evaluation of anything else.
    matthewbauer authored and Ericson2314 committed Jun 20, 2018
    Copy the full SHA
    fd7a6ea View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. Merge pull request #42311 from obsidiansystems/haskell-enable-shared-…

    …defaults
    
    haskell: make generic builder follow compiler’s shared config
    Ericson2314 committed Jun 21, 2018
    Copy the full SHA
    e050011 View commit details
    Browse the repository at this point in the history