about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/regex-compat
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2010-04-01 10:56:48 +0000
committerAndres Löh <mail@andres-loeh.de>2010-04-01 10:56:48 +0000
commit93702256634630207cf3e0f92178412017002d56 (patch)
treee90a09aa1205f326431718d1986487b12275a2ac /pkgs/development/libraries/haskell/regex-compat
parent50b5ca25d3e611b7259654cf25c09bcbc5a281e1 (diff)
Haskell Platform 2010.1.0.0
svn path=/nixpkgs/trunk/; revision=20904
Diffstat (limited to 'pkgs/development/libraries/haskell/regex-compat')
-rw-r--r--pkgs/development/libraries/haskell/regex-compat/0.92.nix12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/regex-compat/0.92.nix b/pkgs/development/libraries/haskell/regex-compat/0.92.nix
new file mode 100644
index 0000000000000..68e9d2321d038
--- /dev/null
+++ b/pkgs/development/libraries/haskell/regex-compat/0.92.nix
@@ -0,0 +1,12 @@
+{cabal, regexBase, regexPosix}:
+
+cabal.mkDerivation (self : {
+  pname = "regex-compat";
+  version = "0.92"; # Haskell Platform 2010.1.0.0
+  sha256 = "430d251bd704071fca1e38c9b250543f00d4e370382ed552ac3d7407d4f27936";
+  propagatedBuildInputs = [regexBase regexPosix];
+  meta = {
+    description = "Replaces/Enhances Text.Regex";
+  };
+})  
+