haskell-file-location: test suite doesn't compile

This commit is contained in:
Peter Simons 2015-02-12 21:18:05 +01:00
parent d51a083896
commit 8b64ee52f8

View file

@ -465,6 +465,9 @@ self: super: {
# https://github.com/bos/bloomfilter/issues/7
bloomfilter = overrideCabal super.bloomfilter (drv: { broken = !pkgs.stdenv.is64bit; });
# https://github.com/gregwebs/FileLocation.hs/issues/13
file-location = dontCheck super.file-location;
} // {
# Not on Hackage.