From d8650d5d6c574c6f911be859b7fb48ccf3af0f09 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 17 Aug 2015 18:08:04 +0200 Subject: [PATCH] haskell-commutative: re-enable test suite All files, dependencies, etc. appear to now be set correctly. Tested with 'cabal test' in a local nix-shell environment. Closes https://github.com/peti/nixpkgs/pull/20. --- 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 8e0564dd20d..6612b5a40cf 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -919,9 +919,6 @@ self: super: { # https://github.com/GaloisInc/HaNS/pull/8 hans = appendPatch super.hans ./patches/hans-disable-webserver.patch; - # https://github.com/athanclark/commutative/issues/1 - commutative = dontCheck super.commutative; - # https://github.com/athanclark/sets/issues/2 sets = dontCheck super.sets;