libraries/haskell-parsec: Miscellaneous cleanup.

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

View file

@ -1,12 +1,10 @@
haskell-parsec (Monadic parser combinators for Haskell)
Parsec is designed from scratch as an industrial-strength parser
library. It is simple, safe, well documented, has extensive
libraries and good error messages, and is also fast. It is defined
as a monad transformer that can be stacked on arbitrary monads, and
it is also parametric in the input stream type.
This requires ghc and haskell-mtl.
This requires ghc, haskell-transformers, haskell-mtl, and haskell-syb.
After uninstalling, run this command to unregister the package from the ghc
package database: ghc-pkg recache

View file

@ -5,12 +5,13 @@
# Written by Mikko Värri (vmj@linuxbox.fi)
# Public domain.
SRCNAM=parsec
PRGNAM=haskell-$SRCNAM
PRGNAM=haskell-parsec
VERSION=${VERSION:-3.1.0}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
GHC_VERSION=$(ghc --numeric-version)
if [ -z "$ARCH" ]; then

View file

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
APPROVED="Erik Hanson"
APPROVED="dsomero"