2010-09-13 12:30:54 +02:00
|
|
|
{cabal, mtl, parsec, regexBase}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "regex-tdfa";
|
2011-03-13 09:46:54 +01:00
|
|
|
version = "1.1.8";
|
|
|
|
sha256 = "1m75xh5bwmmgg5f757dc126kv47yfqqnz9fzj1hc80p6jpzs573x";
|
2010-09-13 12:30:54 +02:00
|
|
|
propagatedBuildInputs = [mtl parsec regexBase];
|
|
|
|
meta = {
|
|
|
|
description = "Replaces/Enhances Text.Regex";
|
|
|
|
license = "BSD";
|
|
|
|
maintainers = [self.stdenv.lib.maintainers.andres];
|
|
|
|
};
|
|
|
|
})
|