haskell-pcre-light: update to version 0.4.0.1
This commit is contained in:
parent
a5fdc77c4c
commit
6e3e9fce30
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pcre-light";
|
pname = "pcre-light";
|
||||||
version = "0.4";
|
version = "0.4.0.1";
|
||||||
sha256 = "1xiikiap1bvx9czw64664vifdq64scx0yhfclh5m8mkvn3x6yzxk";
|
sha256 = "07r863fcxhxnlvld732r1d3kd797ki71wyizfklbz0ccdxqq8cqj";
|
||||||
extraLibraries = [ pcre ];
|
extraLibraries = [ pcre ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://code.haskell.org/~dons/code/pcre-light";
|
homepage = "https://github.com/Daniel-Diaz/pcre-light";
|
||||||
description = "A small, efficient and portable regex library for Perl 5 compatible regular expressions";
|
description = "A small, efficient and portable regex library for Perl 5 compatible regular expressions";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user