2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2009-07-16 16:18:24 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2009-07-16 16:18:24 +01:00
|
|
|
pname = "multiset";
|
2012-11-27 12:59:21 +00:00
|
|
|
version = "0.2.2";
|
|
|
|
sha256 = "1g14c1zm4rdc8nxvb69k98h542wi24q2lpba1gpqjqspk4d0sjmn";
|
2009-07-16 16:18:24 +01:00
|
|
|
meta = {
|
2011-08-07 21:24:25 +01:00
|
|
|
description = "The Data.MultiSet container type";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 10:54:50 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2009-07-16 16:18:24 +01:00
|
|
|
};
|
2011-03-28 16:04:00 +01:00
|
|
|
})
|