mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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: {
|
||||
pname = "pcre-light";
|
||||
version = "0.4";
|
||||
sha256 = "1xiikiap1bvx9czw64664vifdq64scx0yhfclh5m8mkvn3x6yzxk";
|
||||
version = "0.4.0.1";
|
||||
sha256 = "07r863fcxhxnlvld732r1d3kd797ki71wyizfklbz0ccdxqq8cqj";
|
||||
extraLibraries = [ pcre ];
|
||||
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";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in a new issue