Fix HList, digit, and filestore.
This commit is contained in:
parent
127d278775
commit
3948b71e83
@ -174,6 +174,15 @@ self: super: {
|
|||||||
# https://github.com/vincenthz/tasty-kat/issues/1
|
# https://github.com/vincenthz/tasty-kat/issues/1
|
||||||
tasty-kat = dontCheck super.tasty-kat;
|
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.
|
# Not on Hackage yet.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user