Skip to content

Commit 8c234b7

Browse files
committed
stack.yaml files for GHCs 9.4.5 and 9.6.2
1 parent fe151dd commit 8c234b7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

stack-9.4.5.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
resolver: lts-21.0
2+
compiler: ghc-9.4.5
3+
compiler-check: match-exact
4+
5+
packages:
6+
- '.'

stack-9.6.2.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
resolver: nightly-2023-06-23
2+
compiler: ghc-9.6.2
3+
compiler-check: match-exact
4+
5+
packages:
6+
- '.'

0 commit comments

Comments
 (0)