development/alex: Fixed dep info

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Erik Hanson 2012-08-24 16:34:39 -05:00
parent 49b8d4290c
commit f031e684d9
2 changed files with 1 additions and 4 deletions

View File

@ -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.

View File

@ -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"