Skip to content

Commit fafa28d

Browse files
committed
[CI] Bump pandoc
1 parent f6d4964 commit fafa28d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/haskell.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, macos-latest, windows-latest]
10-
pandocver: ["2.14.0.2"]
10+
pandocver: ["2.14.0.3"]
1111
ghcver: ['8.10.5']
1212
include:
1313
- os: ubuntu-latest
1414
container: 'lierdakil/alpine-haskell:8.10.5-pwsh'
1515
- os: macos-latest
16-
pandocver: '2.14.0.2'
16+
pandocver: '2.14.0.3'
1717
ghcver: '8.10.4'
1818
exclude:
1919
- os: macos-latest
@@ -216,7 +216,7 @@ jobs:
216216
runs-on: ubuntu-latest
217217
strategy:
218218
matrix:
219-
pandocver: ["2.14.0.2"]
219+
pandocver: ["2.14.0.3"]
220220
steps:
221221
- uses: actions/checkout@v2
222222
- name: Install dependencies

stack.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ flags:
33
enable_flaky_tests: true
44
ghc-options:
55
pandoc: -j "+RTS -A64m -RTS"
6-
pandoc-citeproc: -j "+RTS -A64m -RTS"
76
$targets: -j "+RTS -A64m -RTS"
87
packages:
98
- .
109
extra-deps:
1110
- roman-numerals-0.5.1.5
11+
- pandoc-2.14.0.3
12+
- commonmark-0.2.1
13+
- skylighting-0.10.5.2
14+
- skylighting-core-0.10.5.2
1215
resolver: lts-18.0

0 commit comments

Comments
 (0)