Merge pull request #32181 from joncfoo/update/purescript-dependencies

purescript: fix build by overriding optparse-applicative dependency
This commit is contained in:
Peter Simons 2017-12-01 14:38:00 +01:00 committed by GitHub
commit ae82d9e59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -453,8 +453,10 @@ self: super: {
# https://github.com/basvandijk/threads/issues/10
threads = dontCheck super.threads;
# https://github.com/purescript/purescript/pull/3041
purescript = doJailbreak super.purescript;
# https://github.com/NixOS/nixpkgs/issues/32138
purescript = super.purescript.override {
optparse-applicative = self.optparse-applicative_0_14_0_0;
};
# Missing module.
rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5