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