haskell-alex: update to version 3.0.5

This commit is contained in:
Peter Simons 2013-03-11 11:20:20 +01:00
parent c3dc9fbe61
commit f21539578e
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ cabal, perl, QuickCheck }:
{ cabal, fetchurl, perl, QuickCheck }:
cabal.mkDerivation (self: {
pname = "alex";
@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
isExecutable = true;
buildDepends = [ QuickCheck ];
buildTools = [ perl ];
patches = [ (fetchurl { url="https://github.com/simonmar/alex/pull/21.patch"; sha256="0apv3rk00gwkf5rqw3467bg6pnamr07zdksbp9khhzzi73k9aq4f"; }) ];
meta = {
homepage = "http://www.haskell.org/alex/";
description = "Alex is a tool for generating lexical analysers in Haskell";