2010-07-17 15:23:48 +02:00
|
|
|
{cabal, regexBase}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "regex-posix";
|
|
|
|
version = "0.94.2"; # Haskell Platform 2010.2.0.0
|
|
|
|
sha256 = "ea0c1ed0ab49ade4dba1eea7a42197652ccb18b7a98c4040e37ba11d26f33067";
|
|
|
|
propagatedBuildInputs = [regexBase];
|
|
|
|
meta = {
|
|
|
|
description = "Replaces/Enhances Text.Regex";
|
|
|
|
};
|
2011-03-28 17:04:00 +02:00
|
|
|
})
|
2010-07-17 15:23:48 +02:00
|
|
|
|