libraries/haskell-fgl: Miscellaneous cleanup.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2011-01-09 12:03:45 -05:00 committed by Robby Workman
parent 407d430b27
commit 84515da5fd
3 changed files with 6 additions and 7 deletions

View File

@ -1,9 +1,7 @@
haskell-fgl (Martin Erwig's Functional Graph Library)
The functional graph library for Haskell provides several modules The functional graph library for Haskell provides several modules
that define inductive graphs and graph algorithms. that define inductive graphs and graph algorithms.
This requires haskell-mtl. This requires ghc, haskell-transformers, and haskell-mtl.
After uninstalling, run this command to unregister the package from the ghc After uninstalling, run this command to unregister the package from the ghc
package database: ghc-pkg recache package database: ghc-pkg recache

View File

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

View File

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