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

Commits on Oct 12, 2018

  1. futhark: init at 0.6.2

    infinisil committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    d26c303 View commit details
    Browse the repository at this point in the history
  2. futhark: introduce the top-level futhark attribute

    The fact that futhark is a Haskell package is an implementation detail. To
    install it users should just have to specify `futhark` instead of
    `haskellPackages.futhark`.
    
    Additionally futhark is overridden with `haskell.lib.justStaticExecutables` to
    reduce closure size.
    basvandijk authored and infinisil committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    0c25079 View commit details
    Browse the repository at this point in the history
  3. haskell: have a dedicated file for non Hackage packages

    We had a few "overrides" in configuration-common.nix that were really
    extensions. They introduced packages that weren't in hackage-packages.nix.
    
    The advantage of having a dedicated file for these packages is that we can still
    place Nix-specific overrides to these packages in configuration-nix.nix. We
    weren't able do this before because configuration-nix.nix extended only the
    packages from hackage-packages.nix.
    basvandijk authored and infinisil committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    7b49b87 View commit details
    Browse the repository at this point in the history
  4. haskellPackages.multi-ghc-travis: removed in favour of haskell-ci

    multi-ghc-travis has been renamed to haskell-ci which is now also on Hackage.
    basvandijk authored and infinisil committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    b64193f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ea9d9d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #43865 from Infinisil/add/futhark

    futhark: init at 0.6.2
    infinisil committed Oct 12, 2018
    Configuration menu
    Copy the full SHA
    f3dd3b6 View commit details
    Browse the repository at this point in the history