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 cbc8f13 commit 5bc5bf7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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
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.9
resolver: lts-21.19
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: 253a5a954b9117df6b06e32e955f293813db2489
commit: 328107d50990f9ba7e63974cabab0575813af2cc
14 changes: 7 additions & 7 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@

packages:
- completed:
commit: 253a5a954b9117df6b06e32e955f293813db2489
commit: 328107d50990f9ba7e63974cabab0575813af2cc
git: https://github.com/flipstone/shrubbery.git
name: shrubbery
pantry-tree:
sha256: dc804a41ddb2243d457b627953134352a45454cd43e4ed892ced0cf0a1ef7502
sha256: c8b292e8674673962baec3d495ba4d20089dbfa75104743d55df80ed6755b7c1
size: 1605
version: 0.1.2.0
original:
commit: 253a5a954b9117df6b06e32e955f293813db2489
commit: 328107d50990f9ba7e63974cabab0575813af2cc
git: https://github.com/flipstone/shrubbery.git
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 5bc5bf7

Please sign in to comment.