Fix HList, digit, and filestore.

wip/yesman
Peter Simons 10 years ago
parent 127d278775
commit 3948b71e83
  1. 9
      pkgs/development/haskell-modules/configuration-common.nix

@ -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.

Loading…
Cancel
Save