mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
haskell-file-location: test suite is now fixed
This commit is contained in:
parent
5d707670a5
commit
95814c7ef1
1 changed files with 0 additions and 3 deletions
|
@ -465,9 +465,6 @@ 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.
|
||||
|
|
Loading…
Reference in a new issue