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: 9b5a325e0330
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4c23f686990b
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 19, 2020

  1. psc-package: Stop using haskellPackages to build

    Switch to the approach taken by
    https://github.com/justinwoo/easy-purescript-nix/blob/master/psc-package-simple.nix
    
    This downloads a prebuilt release and patches the linker paths. It
    reduces the number of supported platforms, but ensures we're using the
    official supported psc-package compiler. The `haskellPackages` approach
    wasn't supported and was leading to version conflicts with dependencies.
    Lily Ballard committed Mar 19, 2020
    Copy the full SHA
    4ebc227 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Merge pull request #82964 from lilyball/psc-package

    psc-package: Stop using haskellPackages to build
    cdepillabout committed Apr 1, 2020
    Copy the full SHA
    4c23f68 View commit details
    Browse the repository at this point in the history