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