mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
haskell-hpio: disable test suite to fix the build
This commit is contained in:
parent
b0270dfcec
commit
32085eafa1
1 changed files with 3 additions and 0 deletions
|
@ -1014,4 +1014,7 @@ self: super: {
|
|||
|
||||
# https://github.com/nick8325/twee/pull/1
|
||||
twee-lib = dontHaddock super.twee-lib;
|
||||
|
||||
# Needs older hlint
|
||||
hpio = dontCheck super.hpio;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue