Added "regular" library for Haskell.
svn path=/nixpkgs/trunk/; revision=16431
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
{cabal}:
|
||||||
|
|
||||||
|
cabal.mkDerivation (self : {
|
||||||
|
pname = "regular";
|
||||||
|
version = "0.1";
|
||||||
|
sha256 = "2f2858a22dd26d93eaa4b5244141d6d146387eac98e0fb15f647123d50525820";
|
||||||
|
meta = {
|
||||||
|
description = "Generic programming library for regular datatypes";
|
||||||
|
};
|
||||||
|
})
|
||||||
|
|
||||||
@@ -350,6 +350,10 @@ rec {
|
|||||||
inherit cabal regexBase;
|
inherit cabal regexBase;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
regular = import ../development/libraries/haskell/regular {
|
||||||
|
inherit cabal;
|
||||||
|
};
|
||||||
|
|
||||||
syb = import ../development/libraries/haskell/syb {
|
syb = import ../development/libraries/haskell/syb {
|
||||||
inherit cabal;
|
inherit cabal;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user