equal
deleted
inserted
replaced
|
1 #!/usr/bin/env bash |
|
2 # |
|
3 # Author: Makarius |
|
4 # |
|
5 # DESCRIPTION: setup Glasgow Haskell Compiler setup via Stack |
|
6 |
|
7 isabelle_stack setup --resolver "$ISABELLE_STACK_RESOLVER" && |
|
8 isabelle_stack ghci --ghci-options --version |