2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2009-07-16 15:18:24 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2009-07-16 15:18:24 +00:00
|
|
|
pname = "multiset";
|
2011-08-07 20:24:25 +00:00
|
|
|
version = "0.2.1";
|
|
|
|
sha256 = "0snlm6s9ikf5gngdwb7rm7v6017f5bffajv6777y56pjmd7bk9sy";
|
2009-07-16 15:18:24 +00:00
|
|
|
meta = {
|
2011-08-07 20:24:25 +00:00
|
|
|
description = "The Data.MultiSet container type";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-10 22:36:36 +00:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-07-16 15:18:24 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|