2012-02-16 18:05:41 +04:00
|
|
|
{ cabal }:
|
2009-04-19 14:07:41 +04:00
|
|
|
|
2011-08-10 03:00:20 +04:00
|
|
|
cabal.mkDerivation (self: {
|
2009-04-19 14:07:41 +04:00
|
|
|
pname = "regex-base";
|
2011-08-10 03:00:20 +04:00
|
|
|
version = "0.72.0.2";
|
2009-04-19 15:44:37 +04:00
|
|
|
sha256 = "38a4901b942fea646a422d52c52ef14eec4d6561c258b3c54cd96a8a354141ee";
|
2009-04-19 14:07:41 +04:00
|
|
|
meta = {
|
2011-08-10 03:00:20 +04:00
|
|
|
homepage = "http://sourceforge.net/projects/lazy-regex";
|
|
|
|
description = "Replaces/Enhances Text.Regex";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2012-03-24 14:21:28 +04:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
2009-04-19 14:07:41 +04:00
|
|
|
};
|
2011-03-28 19:04:00 +04:00
|
|
|
})
|