haskell-split: re-enable test suite

split version 0.2.3.1 ought to fix the issue we've had:

  a2e1692730 (commitcomment-17331531)
This commit is contained in:
Peter Simons 2016-05-04 13:09:06 +02:00
parent 0915df8233
commit e5536b799a

View File

@ -1009,10 +1009,6 @@ self: super: {
# tinc is a new build driver a la Stack that's not yet available from Hackage.
tinc = self.callPackage ../tools/haskell/tinc {};
# Avoid transient build failures because the QuickCheck testsuite cannot
# generate enough conclusive test cases.
split = dontCheck super.split;
# https://github.com/NixOS/nixpkgs/issues/14967
yi = markBroken super.yi;
yi-fuzzy-open = markBroken super.yi-fuzzy-open;