haskell-regex-pcre-builtin: update to version 0.94.4.1.8.31
This commit is contained in:
parent
5f0d920548
commit
b610f40cac
|
@ -1,12 +1,13 @@
|
||||||
{ cabal, regexBase }:
|
{ cabal, pcre, regexBase }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "regex-pcre-builtin";
|
pname = "regex-pcre-builtin";
|
||||||
version = "0.94.2.1.7.7";
|
version = "0.94.4.1.8.31";
|
||||||
sha256 = "1c4zxfild1fbpxwqcp2jnf6iwfs0z6nc8dry09gmjykxlhisxi8s";
|
sha256 = "1g17yndavskv0v4zkpkqkl99ls03aqz028xcf5xvd3ak1q8mscx4";
|
||||||
buildDepends = [ regexBase ];
|
buildDepends = [ regexBase ];
|
||||||
|
extraLibraries = [ pcre ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://sourceforge.net/projects/lazy-regex";
|
homepage = "http://hackage.haskell.org/package/regex-pcre";
|
||||||
description = "Replaces/Enhances Text.Regex";
|
description = "Replaces/Enhances Text.Regex";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
|
Loading…
Reference in New Issue