From 2814e5ce1198b40cbc4eebfc3740d336e41f0379 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 29 May 2015 11:15:24 +0200 Subject: [PATCH] haskell-Cabal-ide-backend: like all Cabals, this fork can't run its test suite in Nix --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ffee4900904..c59a846583a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -832,4 +832,7 @@ self: super: { # https://github.com/BNFC/bnfc/issues/140 BNFC = dontCheck super.BNFC; + # FPCO's fork of Cabal won't succeed its test suite. + Cabal-ide-backend = dontCheck super.Cabal-ide-backend; + }