Skip to content

Commit

Permalink
[sc-39654] Update to lts-22.39
Browse files Browse the repository at this point in the history
  • Loading branch information
ysangkok committed Oct 31, 2024
1 parent ee64dc4 commit 268aaf4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
kioku:
image: ghcr.io/flipstone/haskell-tools:debian-stable-ghc-9.6.5-2024-05-15-5314c42
image: ghcr.io/flipstone/haskell-tools:debian-stable-ghc-9.6.6-2024-10-31-833d7d1
environment:
IN_DEV_CONTAINER: 'true'
STACK_ROOT: /stack-root
Expand Down
5 changes: 2 additions & 3 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
resolver: lts-22.22
resolver: lts-22.39
system-ghc: true
install-ghc: false

packages:
- .

extra-deps:
- non-empty-text-0.2.0
extra-deps: []

allow-different-user: true
17 changes: 5 additions & 12 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,10 @@
# For more information, please see the documentation at:
# https://docs.haskellstack.org/en/stable/lock_files

packages:
- completed:
hackage: non-empty-text-0.2.0@sha256:7d1c1f9a11c78c00c656269f940d2fcccd3c2eaf6b619f66bb83a9ea72decc1f,2438
pantry-tree:
sha256: 303f637d7ca4c4573c8d861282b07b172959c8d3f3aa531b0462f3d08b9669d1
size: 400
original:
hackage: non-empty-text-0.2.0
packages: []
snapshots:
- completed:
sha256: 4be1ca5d31689b524a7f0f17a439bbe9136465213edc498e9a395899a670f2aa
size: 718486
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/22.yaml
original: lts-22.22
sha256: 6c5aeace2ca5ecde793a9e0acfaa730ec8f384aa2f6183a2a252f5f9ec55d623
size: 720039
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/39.yaml
original: lts-22.39

0 comments on commit 268aaf4

Please sign in to comment.