We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 449305a commit 2668e27Copy full SHA for 2668e27
build-constraints/check-lts
@@ -6,7 +6,7 @@ set -euo pipefail +x
6
7
cd `dirname $0`
8
9
-MAJOR=${1:-23}
+MAJOR=${1:-24}
10
LTS=$(curl -f -s https://www.stackage.org/download/snapshots.json | jq -r '.["lts-'$MAJOR'"]')
11
12
# sometimes http fails
build-constraints/etc/check-lts.sh
@@ -3,7 +3,7 @@
3
set -euxo pipefail
4
5
ETC=$(cd $(dirname $0) ; pwd)
-export GHCVER=$(sed -n "s/^ghc-version: \"\(.*\)\"/\1/p" "$ETC/../lts-23-build-constraints.yaml")
+export GHCVER=$(sed -n "s/^ghc-version: \"\(.*\)\"/\1/p" "$ETC/../lts-24-build-constraints.yaml")
# Download and unpack the stack executable
mkdir -p ~/.local/bin
0 commit comments