summary refs log tree commit diff
path: root/pkgs/development/tools/parsing
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2009-04-19 13:38:34 +0000
committerAndres Löh <mail@andres-loeh.de>2009-04-19 13:38:34 +0000
commit12a05f16380e0c2a48c7dd3196dcbdb218ca52e8 (patch)
treea758f0db6511d8363c517cfec5f78c16b4b3f5d9 /pkgs/development/tools/parsing
parent0348315adde4abcd83dfaf2c7f0aaf2f68e2dcc8 (diff)
More Haskell Platform.
svn path=/nixpkgs/trunk/; revision=15153
Diffstat (limited to 'pkgs/development/tools/parsing')
-rw-r--r--pkgs/development/tools/parsing/alex/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/parsing/alex/default.nix b/pkgs/development/tools/parsing/alex/default.nix
index 273a25753e82f..aab99629b317b 100644
--- a/pkgs/development/tools/parsing/alex/default.nix
+++ b/pkgs/development/tools/parsing/alex/default.nix
@@ -2,9 +2,9 @@
 
 cabal.mkDerivation (self : {
   pname = "alex";
-  version = "2.2";
+  version = "2.3.1"; # Haskell Platform 2009.0.0
   name = self.fname;
-  sha256 = "e958d4fc6cfdb1d351dc39a45ea882f23b1b1773a736d43814a52d4939a41ffe";
+  sha256 = "cdd42fd992a72fedeff1f38debc21aa315d90dc070f0945d7819c0bccd549a44";
   extraBuildInputs = [perl];
   meta = {
     description = "A lexical analyser generator for Haskell";