mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
haskell-regex-pcre-builtin: add 0.94.4.8.8.35
Closes #3972. Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
This commit is contained in:
parent
701cd70502
commit
498aef7766
@ -0,0 +1,16 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, regexBase }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "regex-pcre-builtin";
|
||||
version = "0.94.4.8.8.35";
|
||||
sha256 = "0y7as9wqlkykpipka2cfdhmcnin345q01pp0wsva8fwmvsavdl8b";
|
||||
buildDepends = [ regexBase ];
|
||||
meta = {
|
||||
homepage = "http://hackage.haskell.org/package/regex-pcre";
|
||||
description = "Replaces/Enhances Text.Regex";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -2072,6 +2072,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
regexCompatTdfa = callPackage ../development/libraries/haskell/regex-compat-tdfa {};
|
||||
|
||||
regexPcreBuiltin = callPackage ../development/libraries/haskell/regex-pcre-builtin {};
|
||||
|
||||
regexPosix_0_72_0_3 = callPackage ../development/libraries/haskell/regex-posix/0.72.0.3.nix {};
|
||||
regexPosix_0_94_1 = callPackage ../development/libraries/haskell/regex-posix/0.94.1.nix {};
|
||||
regexPosix_0_94_2 = callPackage ../development/libraries/haskell/regex-posix/0.94.2.nix {};
|
||||
|
Loading…
Reference in New Issue
Block a user