haskell-split: add version 0.1.4.3 for the benefit of GHC 6.x

This commit is contained in:
Peter Simons
2014-05-23 18:56:10 +02:00
parent 020b1bf00a
commit de014b4b86
3 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{ cabal }:
cabal.mkDerivation (self: {
pname = "split";
version = "0.1.4.3";
sha256 = "1i9vmb0zvmhqj6qcbnsapsk9lhsyzznz336c8s7v4sz20s99hsby";
meta = {
homepage = "http://code.haskell.org/~byorgey/code/split";
description = "Combinator library for splitting lists";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})