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