haskell-set-with can't compile its test suite.

This commit is contained in:
Peter Simons 2015-08-15 20:30:31 +02:00
parent 441e8a1590
commit c8616b488b

View File

@ -936,4 +936,7 @@ self: super: {
# https://github.com/athanclark/commutative/issues/1
commutative = dontCheck super.commutative;
# https://github.com/athanclark/set-with/issues/1
set-with = dontCheck super.set-with;
}