Skip to content

Commit 2668e27

Browse files
committed
bump check-lts scripts to lts-24
1 parent 449305a commit 2668e27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-constraints/check-lts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -euo pipefail +x
66

77
cd `dirname $0`
88

9-
MAJOR=${1:-23}
9+
MAJOR=${1:-24}
1010
LTS=$(curl -f -s https://www.stackage.org/download/snapshots.json | jq -r '.["lts-'$MAJOR'"]')
1111

1212
# sometimes http fails

build-constraints/etc/check-lts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euxo pipefail
44

55
ETC=$(cd $(dirname $0) ; pwd)
6-
export GHCVER=$(sed -n "s/^ghc-version: \"\(.*\)\"/\1/p" "$ETC/../lts-23-build-constraints.yaml")
6+
export GHCVER=$(sed -n "s/^ghc-version: \"\(.*\)\"/\1/p" "$ETC/../lts-24-build-constraints.yaml")
77

88
# Download and unpack the stack executable
99
mkdir -p ~/.local/bin

0 commit comments

Comments
 (0)