mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
Added "regular" library for Haskell.
svn path=/nixpkgs/trunk/; revision=16431
This commit is contained in:
parent
8c6bef0bb0
commit
7669dca3b9
11
pkgs/development/libraries/haskell/regular/default.nix
Normal file
11
pkgs/development/libraries/haskell/regular/default.nix
Normal file
@ -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;
|
||||
};
|
||||
|
||||
regular = import ../development/libraries/haskell/regular {
|
||||
inherit cabal;
|
||||
};
|
||||
|
||||
syb = import ../development/libraries/haskell/syb {
|
||||
inherit cabal;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user