Merge pull request #56162 from jacereda/fix-purescript-build

purescript: fix build compiling with ghc 8.4.4
This commit is contained in:
Peter Simons
2019-03-07 08:39:08 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -40,6 +40,10 @@ self: super: {
unix = null;
xhtml = null;
# Restricts aeson to <1.4
# https://github.com/purescript/purescript/pull/3537
purescript = doJailbreak super.purescript;
# https://github.com/jcristovao/enclosed-exceptions/issues/12
enclosed-exceptions = dontCheck super.enclosed-exceptions;