lib/Tools/ghc_setup
author paulson <lp15@cam.ac.uk>
Thu, 07 Mar 2019 16:59:12 +0000
changeset 69875 03bc14eab432
parent 69500 db001bc11855
child 69930 b5286c564861
permissions -rwxr-xr-x
renamed the constant "limit" as it is too "generic"

#!/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 --programs)")" > "$ISABELLE_STACK_ROOT/ISABELLE_GHC_PROGRAMS"