development/happy: Updated for version 1.18.6.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2011-01-09 12:54:38 -05:00 committed by Robby Workman
parent 7e2d1a2084
commit f3063c815c
3 changed files with 6 additions and 8 deletions

View file

@ -1,8 +1,6 @@
happy (Parser generator for Haskell)
Happy is a parser generator system for Haskell, similar to the tool
`yacc' for C. Like `yacc', it takes a file containing an annotated
BNF specification of a grammar and produces a Haskell module
containing a parser for the grammar.
This requires ghc and haskell-mtl.
This requires ghc and haskell-transformers, haskell-mtl.

View file

@ -6,7 +6,7 @@
# Public domain.
PRGNAM=happy
VERSION=${VERSION:-1.18.5}
VERSION=${VERSION:-1.18.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="happy"
VERSION="1.18.5"
VERSION="1.18.6"
HOMEPAGE="http://haskell.org/happy"
DOWNLOAD="http://hackage.haskell.org/packages/archive/happy/1.18.5/happy-1.18.5.tar.gz"
MD5SUM="9e77b67df7b6a4d7273383cc890f39e8"
DOWNLOAD="http://hackage.haskell.org/packages/archive/happy/1.18.6/happy-1.18.6.tar.gz"
MD5SUM="7d4d1425f5068633cd477a2b2216880d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
APPROVED="Erik Hanson"
APPROVED="dsomero"