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