2012-02-16 18:05:41 +04:00
|
|
|
{ cabal }:
|
2009-07-16 19:18:24 +04:00
|
|
|
|
2011-08-10 03:00:20 +04:00
|
|
|
cabal.mkDerivation (self: {
|
2009-07-16 19:18:24 +04:00
|
|
|
pname = "multiset";
|
2011-08-08 00:24:25 +04:00
|
|
|
version = "0.2.1";
|
|
|
|
sha256 = "0snlm6s9ikf5gngdwb7rm7v6017f5bffajv6777y56pjmd7bk9sy";
|
2009-07-16 19:18:24 +04:00
|
|
|
meta = {
|
2011-08-08 00:24:25 +04:00
|
|
|
description = "The Data.MultiSet container type";
|
|
|
|
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-16 19:18:24 +04:00
|
|
|
};
|
2011-03-28 19:04:00 +04:00
|
|
|
})
|