#!/bin/sh
exedir="/usr/lib64/ghc-6.12.3"
exeprog="runghc"
executablename="$exedir/$exeprog"
datadir="/usr/share"
bindir="/usr/bin"
topdir="/usr/lib64/ghc-6.12.3"
pgmgcc="/usr/bin/gcc"
#!/bin/sh

exec "$executablename" -f "$bindir/ghc" ${1+"$@"}
