Skip to content

Commit

Permalink
Updates haskell-tools and stack LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
onslaughtq committed Nov 1, 2023
1 parent 710f606 commit 8e0464f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
dev:
image: ghcr.io/flipstone/haskell-tools:debian-stable-ghc-9.4.6-2023-08-29-52330cd
image: ghcr.io/flipstone/haskell-tools:debian-stable-ghc-9.4.7-2023-10-31-3286ef4
environment:
STACK_ROOT: /stack-root
IN_DEV_CONTAINER: 'true'
Expand Down
4 changes: 2 additions & 2 deletions scripts/lib/run-in-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ else

# Script was run from outside the container, re-exec inside the container
# with the same arguments
docker-compose build
exec docker-compose run --rm "${EXTRA_ARGS[@]}" dev $0 "$@"
docker compose build
exec docker compose run --rm "${EXTRA_ARGS[@]}" dev $0 "$@"
fi
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-21.9
resolver: lts-21.19
system-ghc: true
install-ghc: false

Expand Down
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
packages: []
snapshots:
- completed:
sha256: 2fc12a405ab6f7eac73eb11a0ca5ccca0e956bd2848db780c140b7406ff9ebb5
size: 640035
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/9.yaml
original: lts-21.9
sha256: fb482b8e2d5d061cdda4ba1da2957c012740c893a5ee1c1b99001adae7b1fbe7
size: 640046
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/19.yaml
original: lts-21.19

0 comments on commit 8e0464f

Please sign in to comment.