2009-04-19 12:07:41 +02:00
|
|
|
{cabal, regexBase}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "regex-posix";
|
2009-04-19 13:44:37 +02:00
|
|
|
version = "0.72.0.3"; # Haskell Platform 2009.0.0
|
|
|
|
sha256 = "327ab87f3d4f5315a9414331eb382b8b997de8836d577c3f7d232c574606feb1";
|
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
|
|
|
};
|
|
|
|
})
|
|
|
|
|