From 025f62351a3bd6b777adbd3af883ef03a9b2f4df Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 3 Mar 2015 14:07:11 +0100 Subject: [PATCH] haskell-wai-middleware-preprocessor: test suite is broken in ghc-7.8.x --- 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 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