haskell-sets can't compile its test suite.

This commit is contained in:
Peter Simons 2015-08-15 21:51:25 +02:00
parent c8616b488b
commit 7e2da20a97

View File

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