From 64480bd6b8437f2cf48d5f9ef04a957db58867cd Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 22 Feb 2015 17:26:50 +0100 Subject: [PATCH] haskell-ArrowVHDL doesn't compile with recent versions of base. --- pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix | 3 +++ 1 file changed, 3 insertions(+) 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 d52ec037e142..bb7ef9ab43b5 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix @@ -95,6 +95,9 @@ self: super: { purescript = markBroken super.purescript; highlighter2 = markBroken super.highlighter2; + # https://github.com/frosch03/arrowVHDL/issues/2 + ArrowVHDL = markBroken super.ArrowVHDL; + } // # packages relating to amazonka