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>2009-04-19 11:44:37 +0000
committerAndres Löh <mail@andres-loeh.de>2009-04-19 11:44:37 +0000
commitb148543c3e1eb59995034b881be638744acc43e7 (patch)
tree883058f4cab36acf6a91df5647a01d9adab11bed /pkgs/development/libraries/haskell/regex-compat
parent5cfba3ac68fbe20c795554bce08fd1cfdc482c8b (diff)
Towards Haskell Platform support.
svn path=/nixpkgs/trunk/; revision=15148
Diffstat (limited to 'pkgs/development/libraries/haskell/regex-compat')
-rw-r--r--pkgs/development/libraries/haskell/regex-compat/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/haskell/regex-compat/default.nix b/pkgs/development/libraries/haskell/regex-compat/default.nix
index 43c715d918544..85a725264f826 100644
--- a/pkgs/development/libraries/haskell/regex-compat/default.nix
+++ b/pkgs/development/libraries/haskell/regex-compat/default.nix
@@ -2,11 +2,11 @@
 
 cabal.mkDerivation (self : {
   pname = "regex-compat";
-  version = "0.92";
-  sha256 = "430d251bd704071fca1e38c9b250543f00d4e370382ed552ac3d7407d4f27936";
+  version = "0.71.0.1"; # Haskell Platform 2009.0.0
+  sha256 = "904552f7d690686b2602f37494827d09b09fc0a8a2565522b61847bec8d1de8d";
   propagatedBuildInputs = [regexBase regexPosix];
   meta = {
-    description = "Replaces/Ehances Text.Regex";
+    description = "Replaces/Enhances Text.Regex";
   };
 })