2014-07-14 15:21:41 +04:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 18:05:41 +04:00
|
|
|
{ cabal }:
|
2009-10-09 17:30:52 +04:00
|
|
|
|
2011-08-10 03:00:20 +04:00
|
|
|
cabal.mkDerivation (self: {
|
2009-10-09 17:30:52 +04:00
|
|
|
pname = "uniqueid";
|
|
|
|
version = "0.1.1";
|
|
|
|
sha256 = "e69df591c1ab9901af24bf0e63032765eb2b1ba4ca4fb720a234e9f292e03268";
|
|
|
|
meta = {
|
2011-08-10 03:00:20 +04:00
|
|
|
homepage = "http://github.com/sebfisch/uniqueid/wikis";
|
2009-10-09 17:30:52 +04:00
|
|
|
description = "Splittable Unique Identifier Supply";
|
2011-08-10 03:00:20 +04:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2013-05-11 02:36:36 +04:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-10-09 17:30:52 +04:00
|
|
|
};
|
2011-03-28 19:04:00 +04:00
|
|
|
})
|