summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-08-17 18:08:04 +0200
committerPeter Simons <simons@cryp.to>2015-08-19 11:01:47 +0200
commitd8650d5d6c574c6f911be859b7fb48ccf3af0f09 (patch)
tree5f505a783cab4a7c5de202e1c4cd486c745ac324 /pkgs/development
parent0eca00a544dbd9fdd79c67ef1f392fe1b4160d64 (diff)
downloadnixpkgs-d8650d5d6c574c6f911be859b7fb48ccf3af0f09.tar
nixpkgs-d8650d5d6c574c6f911be859b7fb48ccf3af0f09.tar.gz
nixpkgs-d8650d5d6c574c6f911be859b7fb48ccf3af0f09.tar.bz2
nixpkgs-d8650d5d6c574c6f911be859b7fb48ccf3af0f09.tar.lz
nixpkgs-d8650d5d6c574c6f911be859b7fb48ccf3af0f09.tar.xz
nixpkgs-d8650d5d6c574c6f911be859b7fb48ccf3af0f09.tar.zst
nixpkgs-d8650d5d6c574c6f911be859b7fb48ccf3af0f09.zip
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.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 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;