lib/Tools/ghc_setup
author wenzelm
Fri, 30 Nov 2018 14:21:28 +0100
changeset 69376 53194e2a969d
parent 69267 517655a528fe
child 69500 db001bc11855
permissions -rwxr-xr-x
tuned;

#!/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"