development/alex: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
49b8d4290c
commit
f031e684d9
|
@ -1,6 +1,3 @@
|
|||
Alex is a tool for generating lexical analysers in Haskell, given a
|
||||
description of the tokens to be recognised in the form of regular
|
||||
expressions. It is similar to the tool lex or flex for C/C++.
|
||||
|
||||
This requires ghc, haskell-transformers, haskell-mtl, haskell-random,
|
||||
and haskell-QuickCheck.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://hackage.haskell.org/packages/archive/alex/3.0.2/alex-3.0.2.tar.
|
|||
MD5SUM="b8f0d831b65d05e5f54ff08bd3d9d10d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ghc haskell-QuickCheck haskell-mtl haskell-random haskell-transformers"
|
||||
REQUIRES="ghc haskell-transformers haskell-mtl haskell-random haskell-QuickCheck"
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
|
|
Loading…
Reference in New Issue