summary refs log tree commit diff
path: root/pkgs/development/tools/parsing
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-03-11 11:03:29 +0100
committerPeter Simons <simons@cryp.to>2013-03-11 11:26:14 +0100
commite45d55964b870faef47fe7566d3d017411b664b0 (patch)
tree17395a73b66be79874edce76b971764a8482b2b7 /pkgs/development/tools/parsing
parent53ee192dc53e22100254a0b69b83d3f5314eb2e4 (diff)
downloadnixlib-e45d55964b870faef47fe7566d3d017411b664b0.tar
nixlib-e45d55964b870faef47fe7566d3d017411b664b0.tar.gz
nixlib-e45d55964b870faef47fe7566d3d017411b664b0.tar.bz2
nixlib-e45d55964b870faef47fe7566d3d017411b664b0.tar.lz
nixlib-e45d55964b870faef47fe7566d3d017411b664b0.tar.xz
nixlib-e45d55964b870faef47fe7566d3d017411b664b0.tar.zst
nixlib-e45d55964b870faef47fe7566d3d017411b664b0.zip
alex: update to version 3.0.5
Diffstat (limited to 'pkgs/development/tools/parsing')
-rw-r--r--pkgs/development/tools/parsing/alex/3.0.5.nix (renamed from pkgs/development/tools/parsing/alex/3.0.4.nix)5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/development/tools/parsing/alex/3.0.4.nix b/pkgs/development/tools/parsing/alex/3.0.5.nix
index 3160570b240d..683ada1bf022 100644
--- a/pkgs/development/tools/parsing/alex/3.0.4.nix
+++ b/pkgs/development/tools/parsing/alex/3.0.5.nix
@@ -2,13 +2,12 @@
 
 cabal.mkDerivation (self: {
   pname = "alex";
-  version = "3.0.4";
-  sha256 = "0fgh7ziwxyb140wghh7dpndh41sixcssnba0q942cvkg77m6ah6d";
+  version = "3.0.5";
+  sha256 = "0ncnp7cl7dlfcrwzzcp8j59i9j5r66wim1yib9g3b3jkl0bn8cn3";
   isLibrary = false;
   isExecutable = true;
   buildDepends = [ QuickCheck ];
   buildTools = [ perl ];
-  doCheck = false;
   meta = {
     homepage = "http://www.haskell.org/alex/";
     description = "Alex is a tool for generating lexical analysers in Haskell";