2009-04-19 12:07:41 +02:00
|
|
|
{cabal, regexBase, regexPosix}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "regex-compat";
|
2009-04-19 13:44:37 +02:00
|
|
|
version = "0.71.0.1"; # Haskell Platform 2009.0.0
|
|
|
|
sha256 = "904552f7d690686b2602f37494827d09b09fc0a8a2565522b61847bec8d1de8d";
|
2009-04-19 12:07:41 +02:00
|
|
|
propagatedBuildInputs = [regexBase regexPosix];
|
|
|
|
meta = {
|
2009-04-19 13:44:37 +02:00
|
|
|
description = "Replaces/Enhances Text.Regex";
|
2009-04-19 12:07:41 +02:00
|
|
|
};
|
|
|
|
})
|
|
|
|
|