haskell-ng: fix several builds with old versions of GHC

This commit is contained in:
Peter Simons
2015-01-19 23:15:29 +01:00
parent 8959aade32
commit f8710f9d81
6 changed files with 57 additions and 3 deletions
@@ -104788,6 +104788,19 @@ self: {
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"split_0_1_4_3" = callPackage
({ mkDerivation, base }:
mkDerivation {
pname = "split";
version = "0.1.4.3";
sha256 = "1i9vmb0zvmhqj6qcbnsapsk9lhsyzznz336c8s7v4sz20s99hsby";
buildDepends = [ base ];
jailbreak = true;
homepage = "http://code.haskell.org/~byorgey/code/split";
description = "Combinator library for splitting lists";
license = stdenv.lib.licenses.bsd3;
}) {};
"split" = callPackage
({ mkDerivation, base, QuickCheck }:
mkDerivation {