Merge pull request #9377 from teh/master

haskell-purescript: Disable tests.

+4
+4
pkgs/development/haskell-modules/configuration-common.nix
··· 680 680 ''; 681 681 }); 682 682 683 + # Tests attempt to use NPM to install from the network into 684 + # /homeless-shelter. Disabled. 685 + purescript = dontCheck super.purescript; 686 + 683 687 # Broken by GLUT update. 684 688 Monadius = markBroken super.Monadius; 685 689