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