2014-07-14 15:21:41 +04:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-02-25 01:09:07 +04:00
|
|
|
{ cabal, QuickCheck }:
|
2009-07-18 19:25:28 +04:00
|
|
|
|
2011-08-10 03:00:20 +04:00
|
|
|
cabal.mkDerivation (self: {
|
2009-07-18 19:25:28 +04:00
|
|
|
pname = "split";
|
2012-09-25 15:12:48 +04:00
|
|
|
version = "0.2.1.1";
|
|
|
|
sha256 = "1zzp4dwf846s74a4lhw2gf4awsk9iblhl5zcg2zccgv1lr4w2dmz";
|
2013-02-25 01:09:07 +04:00
|
|
|
testDepends = [ QuickCheck ];
|
2009-07-18 19:25:28 +04:00
|
|
|
meta = {
|
2011-08-11 17:03:51 +04:00
|
|
|
description = "Combinator library for splitting lists";
|
2011-08-07 23:33:53 +04:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 13:54:50 +04:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-11 02:36:36 +04:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-07-18 19:25:28 +04:00
|
|
|
};
|
|
|
|
})
|