mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
haskell-inilist: test suite cannot be built because it depends on broken testpack
This commit is contained in:
parent
b6f581a848
commit
44513ae025
1 changed files with 1 additions and 0 deletions
|
@ -825,6 +825,7 @@ self: super: {
|
|||
|
||||
# Won't compile with recent versions of QuickCheck.
|
||||
testpack = markBroken super.testpack;
|
||||
inilist = dontCheck super.inilist;
|
||||
MissingH = dontCheck super.MissingH;
|
||||
|
||||
# Obsolete for GHC versions after GHC 6.10.x.
|
||||
|
|
Loading…
Reference in a new issue