haskell-STMonadTrans: disable failing test suite to fix the build

Closes https://github.com/NixOS/nixpkgs/issues/20309.
This commit is contained in:
Peter Simons 2016-11-09 20:45:52 +01:00
parent 6a53da63b3
commit cb07aea0bd

View File

@ -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;
}