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