# HG changeset patch # User wenzelm # Date 1541685484 -3600 # Node ID bd215c56cd96b9ccfab5d34ae0d9c2cbcbf73b03 # Parent 021ea2abf42de3325c9abf603702bf2e27b91421 insist in specified resolver/compiler version; diff -r 021ea2abf42d -r bd215c56cd96 lib/Tools/ghc --- a/lib/Tools/ghc Thu Nov 08 14:56:53 2018 +0100 +++ b/lib/Tools/ghc Thu Nov 08 14:58:04 2018 +0100 @@ -5,7 +5,7 @@ # DESCRIPTION: invoke Glasgow Haskell Compiler within the Isabelle environment if [ -d "$ISABELLE_STACK_ROOT" -a -n "$ISABELLE_GHC" ]; then - isabelle_stack ghc -- "$@" + isabelle_stack ghc --resolver "$ISABELLE_STACK_RESOLVER" --compiler "$ISABELLE_GHC_VERSION" -- "$@" else echo "Cannot execute ghc: missing Isabelle GHC setup" >&2 exit 127