haskell-STMonadTrans: disable failing test suite to fix the build
Closes https://github.com/NixOS/nixpkgs/issues/20309.
This commit is contained in:
parent
6a53da63b3
commit
cb07aea0bd
1 changed files with 3 additions and 0 deletions
|
@ -1074,4 +1074,7 @@ self: super: {
|
|||
# https://github.com/mulby/diff-parse/issues/9
|
||||
diff-parse = doJailbreak super.diff-parse;
|
||||
|
||||
# https://github.com/josefs/STMonadTrans/issues/4
|
||||
STMonadTrans = dontCheck super.STMonadTrans;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue