2008-01-22 20:02:55 +01:00
|
|
|
{cabal, pcre}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "pcre-light";
|
2011-03-12 18:28:15 +01:00
|
|
|
version = "0.4";
|
|
|
|
sha256 = "1xiikiap1bvx9czw64664vifdq64scx0yhfclh5m8mkvn3x6yzxk";
|
2008-01-22 20:02:55 +01:00
|
|
|
propagatedBuildInputs = [pcre];
|
|
|
|
meta = {
|
|
|
|
description = "A small, efficient and portable regex library for Perl 5 compatible regular expressions";
|
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|
2008-01-22 20:02:55 +01:00
|
|
|
|