#!/bin/sh
exedir="/mit/ghc/.volumes/1/amd64_ubuntu1404-8.4.3/lib/ghc-8.4.3/bin"
exeprog="ghc-stage2"
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"
executablename="$exedir/ghc"
exec "$executablename" -B"$topdir" ${1+"$@"}
