Added uniqueid Haskell package.
svn path=/nixpkgs/trunk/; revision=17732
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
{cabal}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self : {
|
||||||
|
pname = "uniqueid";
|
||||||
|
version = "0.1.1";
|
||||||
|
sha256 = "e69df591c1ab9901af24bf0e63032765eb2b1ba4ca4fb720a234e9f292e03268";
|
||||||
|
meta = {
|
||||||
|
description = "Splittable Unique Identifier Supply";
|
||||||
|
};
|
||||||
|
})
|
||||||
|
|
||||||
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user