2010-07-17 15:23:48 +02:00
|
|
|
{cabal, mtl}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "regex-base";
|
2011-03-12 18:28:15 +01:00
|
|
|
version = "0.93.2"; # Haskell Platform 2010.2.0.0, 2011.2.0.0
|
|
|
|
sha256 = "0y1j4h2pg12c853nzmczs263di7xkkmlnsq5dlp5wgbgl49mgp10";
|
2010-07-17 15:23:48 +02:00
|
|
|
propagatedBuildInputs = [mtl];
|
|
|
|
meta = {
|
|
|
|
description = "Replaces/Ehances Text.Regex";
|
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|
2010-07-17 15:23:48 +02:00
|
|
|
|