2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal, pcre }:
|
2008-01-22 19:02:55 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2008-01-22 19:02:55 +00:00
|
|
|
pname = "pcre-light";
|
2014-08-19 13:34:22 +00:00
|
|
|
version = "0.4.0.3";
|
|
|
|
sha256 = "0l1df2sk5qwf424bvb8mbdkr2xjg43fi92n5r22yd7vm1zz0jqvf";
|
2011-08-09 23:00:20 +00:00
|
|
|
extraLibraries = [ pcre ];
|
2008-01-22 19:02:55 +00:00
|
|
|
meta = {
|
2014-04-17 19:13:16 +00:00
|
|
|
homepage = "https://github.com/Daniel-Diaz/pcre-light";
|
2008-01-22 19:02:55 +00:00
|
|
|
description = "A small, efficient and portable regex library for Perl 5 compatible regular expressions";
|
2011-08-09 23:00:20 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2008-01-22 19:02:55 +00:00
|
|
|
};
|
2011-03-28 15:04:00 +00:00
|
|
|
})
|