From 4c124c4a027e29394a9a9733e4a40e3389ae8d05 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 22 Feb 2015 17:18:54 +0100 Subject: [PATCH] haskell-purescript does not compile with ghc-7.8.x. --- pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix index 7917a6d71d8..2edb82bf3ef 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -92,6 +92,7 @@ self: super: { # Needs mtl 2.2.x. hypher = markBroken super.hypher; yet-another-logger = markBroken super.yet-another-logger; + purescript = markBroken super.purescript; }