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