lib/Tools/ghc_setup
author haftmann
Thu, 09 Jan 2025 08:33:11 +0100
changeset 81754 e7a77c795cf9
parent 69930 b5286c564861
permissions -rwxr-xr-x
direct symbolic implementations of and, or, xor on integer

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: setup Glasgow Haskell Compiler via Stack

set -e

isabelle_stack setup
isabelle_stack ghc -- --version
echo -n "$(standard_path "$(isabelle_stack path --compiler-exe)")" > "$ISABELLE_STACK_ROOT/ISABELLE_GHC_EXE-$ISABELLE_PLATFORM_FAMILY"