haskell-alex: update to version 3.0.5
This commit is contained in:
parent
c3dc9fbe61
commit
f21539578e
@ -1,4 +1,4 @@
|
|||||||
{ cabal, perl, QuickCheck }:
|
{ cabal, fetchurl, perl, QuickCheck }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "alex";
|
pname = "alex";
|
||||||
@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
|
|||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ QuickCheck ];
|
buildDepends = [ QuickCheck ];
|
||||||
buildTools = [ perl ];
|
buildTools = [ perl ];
|
||||||
|
patches = [ (fetchurl { url="https://github.com/simonmar/alex/pull/21.patch"; sha256="0apv3rk00gwkf5rqw3467bg6pnamr07zdksbp9khhzzi73k9aq4f"; }) ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.haskell.org/alex/";
|
homepage = "http://www.haskell.org/alex/";
|
||||||
description = "Alex is a tool for generating lexical analysers in Haskell";
|
description = "Alex is a tool for generating lexical analysers in Haskell";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user