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