Skip to content

Commit

Permalink
Updates to latest haskell-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
onslaughtq committed Aug 29, 2023
1 parent 85a5fcf commit cbc8f13
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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-unstable-ghc-9.4.5-2023-07-18-1d8bf61
image: ghcr.io/flipstone/haskell-tools:debian-stable-ghc-9.4.6-2023-08-29-52330cd
volumes:
- .:${PROJECT_DIR}
- flipstone_stack_root:/stack-root
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-21.3
resolver: lts-21.9
allow-different-user: true
system-ghc: true
install-ghc: false
Expand All @@ -17,4 +17,4 @@ flags:

extra-deps:
- git: https://github.com/flipstone/shrubbery.git
commit: 8cd0c45237be047a975d754859fc4b7fb24f49d4
commit: 253a5a954b9117df6b06e32e955f293813db2489
16 changes: 8 additions & 8 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@

packages:
- completed:
commit: 8cd0c45237be047a975d754859fc4b7fb24f49d4
commit: 253a5a954b9117df6b06e32e955f293813db2489
git: https://github.com/flipstone/shrubbery.git
name: shrubbery
pantry-tree:
sha256: 48ab4b5d472409264e01166f5e993a98c874393b2caa145921faa7e47248acea
size: 1552
sha256: dc804a41ddb2243d457b627953134352a45454cd43e4ed892ced0cf0a1ef7502
size: 1605
version: 0.1.2.0
original:
commit: 8cd0c45237be047a975d754859fc4b7fb24f49d4
commit: 253a5a954b9117df6b06e32e955f293813db2489
git: https://github.com/flipstone/shrubbery.git
snapshots:
- completed:
sha256: 97710f56bf093fca0ee5d8dbe19d96b654c752e405b66795b4baedd84a794c60
size: 640010
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/3.yaml
original: lts-21.3
sha256: 2fc12a405ab6f7eac73eb11a0ca5ccca0e956bd2848db780c140b7406ff9ebb5
size: 640035
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/9.yaml
original: lts-21.9

0 comments on commit cbc8f13

Please sign in to comment.