Preparing for the upcoming Haskell Platform release.
svn path=/nixpkgs/trunk/; revision=22620
This commit is contained in:
12
pkgs/development/libraries/haskell/regex-compat/0.93.1.nix
Normal file
12
pkgs/development/libraries/haskell/regex-compat/0.93.1.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{cabal, regexBase, regexPosix}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "regex-compat";
|
||||
version = "0.93.1"; # Haskell Platform 2010.2.0.0
|
||||
sha256 = "ee0374f780378e8c04a63d9cbaca525e116dbe2bdce4cff3abaffc28d4e99afe";
|
||||
propagatedBuildInputs = [regexBase regexPosix];
|
||||
meta = {
|
||||
description = "Replaces/Enhances Text.Regex";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user