#!/bin/sh
exedir="/usr/local/lib/ghc/bin"
exeprog="hpc"
executablename="$exedir/$exeprog"
datadir="/usr/local/share"
bindir="/usr/local/bin"
topdir="/usr/local/lib/ghc"
#!/bin/sh
exec "$executablename" ${1+"$@"}
