Fix HList, digit, and filestore.

This commit is contained in:
Peter Simons 2015-01-20 17:22:26 +01:00
parent 127d278775
commit 3948b71e83

View file

@ -174,6 +174,15 @@ self: super: {
# https://github.com/vincenthz/tasty-kat/issues/1
tasty-kat = dontCheck super.tasty-kat;
# Tries to execute non-existent external programs.
HList = dontCheck super.HList;
# https://github.com/NICTA/digit/issues/3
digit = dontCheck super.digit;
# Tries to execute non-existent external programs.
filestore = dontCheck super.filestore;
}
// {
# Not on Hackage yet.