1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 23:52:33 +00:00

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
set-with = dontCheck super.set-with;
# https://github.com/athanclark/sets/issues/1
sets = dontCheck super.sets;
}