Merge pull request #9377 from teh/master

haskell-purescript: Disable tests.
This commit is contained in:
Peter Simons 2015-08-22 20:50:14 +02:00
commit 75cf3a2767

View file

@ -680,6 +680,10 @@ self: super: {
'';
});
# Tests attempt to use NPM to install from the network into
# /homeless-shelter. Disabled.
purescript = dontCheck super.purescript;
# Broken by GLUT update.
Monadius = markBroken super.Monadius;