2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-21 14:19:31 +00:00
|
|
|
{ cabal, dlist, fmlist, HUnit, QuickCheck, random, text, vector }:
|
2011-03-13 11:03:49 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2011-03-13 11:03:49 +00:00
|
|
|
pname = "ListLike";
|
2014-05-21 14:19:31 +00:00
|
|
|
version = "4.1.0";
|
|
|
|
sha256 = "0j78mm9vsl3scwgqp4h2bhq54hf22bxj9cg9pl26d12zw7038kwj";
|
|
|
|
buildDepends = [ dlist fmlist text vector ];
|
|
|
|
testDepends = [ dlist fmlist HUnit QuickCheck random text vector ];
|
2013-12-10 19:39:20 +00:00
|
|
|
jailbreak = true;
|
2011-03-13 11:03:49 +00:00
|
|
|
meta = {
|
2011-08-07 20:25:19 +00:00
|
|
|
homepage = "http://software.complete.org/listlike";
|
2011-03-13 11:03:49 +00:00
|
|
|
description = "Generic support for list-like structures";
|
2011-08-07 20:25:19 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-03-13 11:03:49 +00:00
|
|
|
};
|
|
|
|
})
|