3
0
Fork 0
forked from mirrors/nixpkgs

haskell-cabal-helper: test suite has been fixed upstream

This commit is contained in:
Peter Simons 2015-08-18 01:20:30 +02:00
parent 93b830f111
commit 62a85cb205

View file

@ -826,9 +826,6 @@ self: super: {
# FPCO's fork of Cabal won't succeed its test suite.
Cabal-ide-backend = dontCheck super.Cabal-ide-backend;
# https://github.com/DanielG/cabal-helper/issues/2
cabal-helper = overrideCabal super.cabal-helper (drv: { preCheck = "export HOME=$TMPDIR"; });
# https://github.com/ekmett/comonad/issues/25
comonad = dontCheck super.comonad;