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
@ -1074,4 +1074,7 @@ self: super: {
|
|||||||
# https://github.com/mulby/diff-parse/issues/9
|
# https://github.com/mulby/diff-parse/issues/9
|
||||||
diff-parse = doJailbreak super.diff-parse;
|
diff-parse = doJailbreak super.diff-parse;
|
||||||
|
|
||||||
|
# https://github.com/josefs/STMonadTrans/issues/4
|
||||||
|
STMonadTrans = dontCheck super.STMonadTrans;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user