From f5a7f03bbe2eef63de6bdffb17e4d5f923a20d1e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 4 May 2016 17:33:24 +0200 Subject: [PATCH] haskell-darcs: migrate overrides into cabal2nix generator --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f177bdb6a132..e4f4684fb9d3 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -175,9 +175,6 @@ self: super: { wai-test = dontHaddock super.wai-test; zlib-conduit = dontHaddock super.zlib-conduit; - # The test suite won't even start. - darcs = dontCheck super.darcs; - # https://github.com/massysett/rainbox/issues/1 rainbox = dontCheck super.rainbox;