aboutsummaryrefslogtreecommitdiff
path: root/bwrap-files/workdir/entry.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bwrap-files/workdir/entry.sh')
-rwxr-xr-xbwrap-files/workdir/entry.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/bwrap-files/workdir/entry.sh b/bwrap-files/workdir/entry.sh
index 436ba64..61c09d5 100755
--- a/bwrap-files/workdir/entry.sh
+++ b/bwrap-files/workdir/entry.sh
@@ -14,9 +14,6 @@ else
versionargs=()
fi
-# Inform yahb2 about the GHC version we're using
-echo "yahb2-ghci-version=$($ghcup run "${versionargs[@]}" -- ghci --numeric-version)"
-
$ghcup run "${versionargs[@]}" -- ghci Yahb2Defs.hs 2>&1
# vim: set sw=2 ts=8 et: