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 2857113 commit 47d1fe3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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.6.5-2024-05-15-5314c42
image: ghcr.io/flipstone/haskell-tools:debian-stable-ghc-9.6.6-2024-10-31-833d7d1
volumes:
- .:${PROJECT_DIR}
- flipstone_stack_root:/stack-root
Expand Down
6 changes: 3 additions & 3 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-22.22
resolver: lts-22.39
allow-different-user: true
system-ghc: true
install-ghc: false
Expand All @@ -16,5 +16,5 @@ flags:
strict: true

extra-deps:
- git: https://github.com/flipstone/shrubbery.git
commit: 74bf67fb7e9e797c51380ed0fbafbd744caffb09
- github: flipstone/shrubbery
commit: 95c5bf28d03ed8b4df163a98b878fa515bf40604
18 changes: 9 additions & 9 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@

packages:
- completed:
commit: 74bf67fb7e9e797c51380ed0fbafbd744caffb09
git: https://github.com/flipstone/shrubbery.git
name: shrubbery
pantry-tree:
sha256: feb7f7b0064df90a1d7a9594769debd005d34a93b6011f70aa5b6d6381f406e6
sha256: 39ce7cb2d835d5b80e8085a1ba776d09c29df63c2d20b1fc74ac4bf034174241
size: 1739
sha256: d7efa64a63aba7f7e77fedb81c461a0a50344ba7a45a44ad447a2dd721cc70ac
size: 25629
url: https://github.com/flipstone/shrubbery/archive/95c5bf28d03ed8b4df163a98b878fa515bf40604.tar.gz
version: 0.2.2.0
original:
commit: 74bf67fb7e9e797c51380ed0fbafbd744caffb09
git: https://github.com/flipstone/shrubbery.git
url: https://github.com/flipstone/shrubbery/archive/95c5bf28d03ed8b4df163a98b878fa515bf40604.tar.gz
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 47d1fe3

Please sign in to comment.