2010-04-01 12:56:48 +02:00
|
|
|
{cabal, regexBase, regexPosix}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "regex-compat";
|
|
|
|
version = "0.92"; # Haskell Platform 2010.1.0.0
|
|
|
|
sha256 = "430d251bd704071fca1e38c9b250543f00d4e370382ed552ac3d7407d4f27936";
|
|
|
|
propagatedBuildInputs = [regexBase regexPosix];
|
|
|
|
meta = {
|
|
|
|
description = "Replaces/Enhances Text.Regex";
|
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|
2010-04-01 12:56:48 +02:00
|
|
|
|