Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

psc-package: Stop using haskellPackages to build #82964

Merged
merged 1 commit into from
Apr 1, 2020

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
    Configuration menu
    Copy the full SHA
    4ebc227 View commit details
    Browse the repository at this point in the history