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