haskell-split: re-enable test suite

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

  https://github.com/NixOS/nixpkgs/commit/a2e1692730537ee5b8cbcabdd47dbc10ad2a7383#commitcomment-17331531
This commit is contained in:
Peter Simons
2016-05-05 12:51:13 +02:00
parent 0915df8233
commit e5536b799a
@@ -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;