#!/bin/sh
exedir="/mit/ghc/.volumes/1/amd64_ubuntu1404-8.4.3/lib/ghc-8.4.3/bin"
exeprog="hpc"
executablename="$exedir/$exeprog"
datadir="/mit/ghc/.volumes/1/amd64_ubuntu1404-8.4.3/share"
bindir="/mit/ghc/.volumes/1/amd64_ubuntu1404-8.4.3/bin"
topdir="/mit/ghc/.volumes/1/amd64_ubuntu1404-8.4.3/lib/ghc-8.4.3"
#!/bin/sh
exec "$executablename" ${1+"$@"}
