Preparing for the upcoming Haskell Platform release.

svn path=/nixpkgs/trunk/; revision=22620
This commit is contained in:
Andres Löh
2010-07-17 13:23:48 +00:00
parent 26164c05c5
commit 5f8328c461
27 changed files with 252 additions and 18 deletions

View File

@@ -0,0 +1,12 @@
{cabal, mtl}:
cabal.mkDerivation (self : {
pname = "regex-base";
version = "0.93.2"; # Haskell Platform 2010.2.0.0
sha256 = "20dc5713a16f3d5e2e6d056b4beb9cfdc4368cd09fd56f47414c847705243278";
propagatedBuildInputs = [mtl];
meta = {
description = "Replaces/Ehances Text.Regex";
};
})