Skip to content

Commit acb7d59

Browse files
committed
Add stack.yaml files for GHC 9.4 (recommended) and 9.10 (latest)
1 parent 0b1ec74 commit acb7d59

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

stack-9.10.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
resolver: nightly-2025-02-24
2+
3+
packages:
4+
- core
5+
- hunit
6+
- quickcheck2
7+
- example
8+
9+
extra-deps:
10+
- libxml-0.1.1
11+
12+
ghc-options:
13+
$locals: >-
14+
-Wall
15+
-Wcompat
16+
-Wno-deprecations
17+
-Wno-x-partial
18+
# This package is legacy and won't address deprecation warnings.

stack-9.4.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
resolver: lts-21.25
2+
3+
packages:
4+
- core
5+
- hunit
6+
- quickcheck2
7+
- example
8+
9+
extra-deps:
10+
- libxml-0.1.1
11+
12+
ghc-options:
13+
$locals: >-
14+
-Wall
15+
-Wcompat
16+
-Wno-deprecations
17+
# This package is legacy and won't address deprecation warnings.

stack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
stack-9.10.yaml

0 commit comments

Comments
 (0)