Skip to content

Commit f4ed5a9

Browse files
committed
Updates to GHC 9.10
1 parent 77f97ee commit f4ed5a9

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
dev:
3-
image: ghcr.io/flipstone/haskell-tools:debian-ghc-9.6.6-54c3115
3+
image: ghcr.io/flipstone/haskell-tools:debian-ghc-9.10.2-2c2756d
44
volumes:
55
- .:${PROJECT_DIR}
66
- flipstone_stack_root:/stack-root

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
resolver: lts-22.44
2+
resolver: lts-24.9
33
packages:
44
- '.'
55
extra-deps: []

stack.yaml.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages: []
77
snapshots:
88
- completed:
9-
sha256: 238fa745b64f91184f9aa518fe04bdde6552533d169b0da5256670df83a0f1a9
10-
size: 721141
11-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/44.yaml
12-
original: lts-22.44
9+
sha256: 188228e10dbb5b533bae584049b112e72000902e64b17348679a69f92fbc0d32
10+
size: 726076
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/24/9.yaml
12+
original: lts-24.9

0 commit comments

Comments
 (0)