3
0
Fork 0
forked from mirrors/nixpkgs

haskell-configurator fails its test suite.

This commit is contained in:
Peter Simons 2015-08-18 22:54:42 +02:00
parent 09e5107d3b
commit fabeee76bd

View file

@ -974,4 +974,7 @@ self: super: {
# https://github.com/yesodweb/Shelly.hs/issues/108
shelly = dontCheck super.shelly;
# https://github.com/bos/configurator/issues/22
configurator = dontCheck super.configurator;
}