Skip to content

Commit 66d1e5b

Browse files
committed
Allow-newer in stack.yaml
For whatever reason it's busted.
1 parent 1680eac commit 66d1e5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stack.template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
resolver: ghc-$ghcver$
2-
allow-newer: false
2+
allow-newer: true
33
flags:
44
pandoc-crossref:
55
enable_flaky_tests: true

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE IS GENERATED, DO NOT EDIT DIRECTLY
22
resolver: ghc-9.8.4
3-
allow-newer: false
3+
allow-newer: true
44
flags:
55
pandoc-crossref:
66
enable_flaky_tests: true

0 commit comments

Comments
 (0)