purescript: fix building #28296

This commit is contained in:
Domen Kožar 2017-08-16 15:44:10 +02:00
parent 34d8ff1809
commit 105864a24d
No known key found for this signature in database
GPG Key ID: C2FFBCAFD2C24246

View File

@ -422,6 +422,9 @@ self: super: {
# https://github.com/basvandijk/threads/issues/10
threads = dontCheck super.threads;
# https://github.com/purescript/purescript/pull/3041
purescript = doJailbreak super.purescript;
# Missing module.
rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5
rematch-text = dontCheck super.rematch-text; # https://github.com/tcrayford/rematch/issues/6