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: 8bd9f064db8b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 01e165d0732d
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 10, 2018

  1. haskell: fix overriding haskellPackages using haskell.packageOverrides

    Tested using:
    
    $ nix-build -E '(import ./. { overlays = [(final : previous : { haskell = previous.haskell // { packageOverrides = self : super : {blablabla = super.scientific;};};})];}).haskellPackages.blablabla'
    /nix/store/s75xbfhn88187jk8238h4ii2ap9kg4m2-scientific-0.3.6.2
    basvandijk committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    a601787 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41788 from LumiGuide/fix-override-haskellPackages

    haskell: fix overriding haskellPackages using haskell.packageOverrides
    matthewbauer committed Jun 10, 2018
    Configuration menu
    Copy the full SHA
    01e165d View commit details
    Browse the repository at this point in the history