Skip to content

Commit fc67f9f

Browse files
committed
Fix stack.yaml
1 parent 36a7fb0 commit fc67f9f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

stack.template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ flags:
55
enable_flaky_tests: true
66
pandoc-cli:
77
server: false
8+
aeson-pretty:
9+
lib-only: true
810
ghc-options:
911
pandoc: -j "+RTS -A64m -RTS"
1012
$targets: -j "+RTS -A64m -RTS"

stack.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ flags:
66
enable_flaky_tests: true
77
pandoc-cli:
88
server: false
9+
aeson-pretty:
10+
lib-only: true
911
ghc-options:
1012
pandoc: -j "+RTS -A64m -RTS"
1113
$targets: -j "+RTS -A64m -RTS"

0 commit comments

Comments
 (0)