Merge pull request #33607 from mpickering/purescript

Jailbreak purescript package
This commit is contained in:
Peter Simons 2018-01-08 14:46:54 +01:00 committed by GitHub
commit 397515c682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -93,4 +93,8 @@ self: super: {
sha256 = "06sfxk5cyd8nqgjyb95jkihxxk8m6dw9m3mlv94sm2qwylj86gqy";
};
in appendPatch super.coordinate patch;
# https://github.com/purescript/purescript/issues/3189
purescript = doJailbreak (super.purescript);
}

View file

@ -2668,7 +2668,6 @@ default-package-overrides:
extra-packages:
- aeson < 0.8 # newer versions don't work with GHC 7.6.x or earlier
- aeson-pretty < 0.8 # required by elm compiler
- ansi-terminal < 0.7 # required by purescript compiler
- apply-refact < 0.4 # newer versions don't work with GHC 8.0.x
- binary > 0.7 && < 0.8 # keep a 7.x major release around for older compilers
- binary > 0.8 && < 0.9 # keep a 8.x major release around for older compilers