1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Added uniqueid Haskell package.

svn path=/nixpkgs/trunk/; revision=17732
This commit is contained in:
Andres Löh 2009-10-09 13:30:52 +00:00
parent 342de508d4
commit 895520c5e1
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{cabal}:
cabal.mkDerivation (self : {
pname = "uniqueid";
version = "0.1.1";
sha256 = "e69df591c1ab9901af24bf0e63032765eb2b1ba4ca4fb720a234e9f292e03268";
meta = {
description = "Splittable Unique Identifier Supply";
};
})

View file

@ -496,6 +496,10 @@ rec {
inherit cabal mtl; inherit cabal mtl;
}; };
uniqueid = import ../development/libraries/haskell/uniqueid {
inherit cabal;
};
utf8String = import ../development/libraries/haskell/utf8-string { utf8String = import ../development/libraries/haskell/utf8-string {
inherit cabal; inherit cabal;
}; };