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 62121a38daae..e0f452cd434c 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,9 @@ self: super: { # https://github.com/frosch03/arrowVHDL/issues/2 ArrowVHDL = markBroken super.ArrowVHDL; + # https://ghc.haskell.org/trac/ghc/ticket/9625 + wai-middleware-preprocessor = dontCheck super.wai-middleware-preprocessor; + } // # packages relating to amazonka