2009-04-19 11:07:41 +01:00
|
|
|
{cabal, regexBase}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "regex-posix";
|
2011-03-12 17:28:15 +00:00
|
|
|
version = "0.94.4"; # Haskell Platform 2011.2.0.0
|
|
|
|
sha256 = "1ykirysvz9ganm2k7fmrppklsgh0h35mjfsi9g1icv43pqpr6ldw";
|
2009-04-19 14:58:13 +01:00
|
|
|
propagatedBuildInputs = [regexBase];
|
2009-04-19 11:07:41 +01:00
|
|
|
meta = {
|
2009-04-19 12:44:37 +01:00
|
|
|
description = "Replaces/Enhances Text.Regex";
|
2009-04-19 11:07:41 +01:00
|
|
|
};
|
2011-03-28 16:04:00 +01:00
|
|
|
})
|
2009-04-19 11:07:41 +01:00
|
|
|
|