2014-07-14 12:21:41 +01: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-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2008-01-22 19:02:55 +00:00
|
|
|
pname = "pcre-light";
|
2014-08-19 14:34:22 +01:00
|
|
|
version = "0.4.0.3";
|
|
|
|
sha256 = "0l1df2sk5qwf424bvb8mbdkr2xjg43fi92n5r22yd7vm1zz0jqvf";
|
2011-08-10 00:00:20 +01:00
|
|
|
extraLibraries = [ pcre ];
|
2008-01-22 19:02:55 +00:00
|
|
|
meta = {
|
2014-04-17 20:13:16 +01: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-10 00:00:20 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2008-01-22 19:02:55 +00:00
|
|
|
};
|
2011-03-28 16:04:00 +01:00
|
|
|
})
|