2010-07-17 06:23:48 -07:00
|
|
|
{cabal, regexBase, regexPosix}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "regex-compat";
|
2011-03-12 09:28:15 -08:00
|
|
|
version = "0.93.1"; # Haskell Platform 2010.2.0.0, 2011.2.0.0
|
|
|
|
sha256 = "1zlsx7a2iz5gmgrwzr6w5fz6s4ayab5bm71xlq28r3iph3vp80zf";
|
2010-07-17 06:23:48 -07:00
|
|
|
propagatedBuildInputs = [regexBase regexPosix];
|
|
|
|
meta = {
|
|
|
|
description = "Replaces/Enhances Text.Regex";
|
|
|
|
};
|
2011-03-28 08:04:00 -07:00
|
|
|
})
|
2010-07-17 06:23:48 -07:00
|
|
|
|