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.
This commit is contained in:
Peter Simons 2015-08-17 18:08:04 +02:00
parent 0eca00a544
commit d8650d5d6c

View file

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