2009-04-19 12:07:41 +02:00
|
|
|
{cabal, mtl}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "regex-base";
|
2009-04-19 13:44:37 +02:00
|
|
|
version = "0.72.0.2"; # Haskell Platform 2009.0.0
|
|
|
|
sha256 = "38a4901b942fea646a422d52c52ef14eec4d6561c258b3c54cd96a8a354141ee";
|
2009-04-19 12:07:41 +02:00
|
|
|
propagatedBuildInputs = [mtl];
|
|
|
|
meta = {
|
|
|
|
description = "Replaces/Ehances Text.Regex";
|
|
|
|
};
|
|
|
|
})
|
|
|
|
|