2014-07-14 11:21:41 +00: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 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";
|
2012-11-27 12:59:21 +00:00
|
|
|
version = "0.2.2";
|
|
|
|
sha256 = "1g14c1zm4rdc8nxvb69k98h542wi24q2lpba1gpqjqspk4d0sjmn";
|
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;
|
2009-07-16 15:18:24 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|