mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-25 05:31:57 +01:00
Use GHC version defined in build-constraints.yaml
This commit is contained in:
parent
ca4015eaec
commit
bf0e69bee7
@ -2,7 +2,8 @@
|
|||||||
|
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
|
||||||
export GHCVER=8.6.3
|
ETC=$(cd $(dirname $0) ; pwd)
|
||||||
|
export GHCVER=$(sed -n "s/^ghc-version: \"\(.*\)\"/\1/p" "$ETC/../build-constraints.yaml")
|
||||||
|
|
||||||
# Download and unpack the stack executable
|
# Download and unpack the stack executable
|
||||||
mkdir -p ~/.local/bin
|
mkdir -p ~/.local/bin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user