#!/bin/sh
exedir="/usr/local/lib/ghc"
exeprog="runghc"
executablename="$exedir/$exeprog"
datadir="/usr/local/share"
bindir="/usr/local/bin"
topdir="/usr/local/lib/ghc"
pgmgcc="cc"
#!/bin/sh

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