2012-02-16 15:05:41 +01:00
|
|
|
{ cabal }:
|
2009-10-09 15:30:52 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2009-10-09 15:30:52 +02:00
|
|
|
pname = "uniqueid";
|
|
|
|
version = "0.1.1";
|
|
|
|
sha256 = "e69df591c1ab9901af24bf0e63032765eb2b1ba4ca4fb720a234e9f292e03268";
|
|
|
|
meta = {
|
2011-08-10 01:00:20 +02:00
|
|
|
homepage = "http://github.com/sebfisch/uniqueid/wikis";
|
2009-10-09 15:30:52 +02:00
|
|
|
description = "Splittable Unique Identifier Supply";
|
2011-08-10 01:00:20 +02:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-11 00:36:36 +02:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-10-09 15:30:52 +02:00
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|