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