lib/Tools/ghc_setup
author wenzelm
Thu, 13 Dec 2018 15:21:34 +0100
changeset 69458 5655af3ea5bd
parent 69267 517655a528fe
child 69500 db001bc11855
permissions -rwxr-xr-x
clarified modules and signature;

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

set -e

isabelle_stack setup
isabelle_stack ghc -- --version
echo -n "$(standard_path "$(isabelle_stack path --programs)")" > "$ISABELLE_STACK_ROOT/ISABELLE_GHC_PROGRAMS"