haskell-Cabal-ide-backend: like all Cabals, this fork can't run its test suite in Nix

This commit is contained in:
Peter Simons 2015-05-29 11:15:24 +02:00
parent d2496ba142
commit 2814e5ce11

View file

@ -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;
}