Skip to content

Commit c296de2

Browse files
committed
Bump pandoc version
1 parent cc188f7 commit c296de2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, macos-latest, windows-latest]
10-
pandocver: ["3.1.1"]
10+
pandocver: ["3.1.2"]
1111
ghcver: ['9.0.2']
1212
include:
1313
- os: ubuntu-latest
@@ -214,7 +214,7 @@ jobs:
214214
runs-on: ubuntu-latest
215215
strategy:
216216
matrix:
217-
pandocver: ["3.1.1"]
217+
pandocver: ["3.1.2"]
218218
steps:
219219
- uses: actions/checkout@v2
220220
- name: Install dependencies

stack.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ ghc-options:
77
packages:
88
- .
99
extra-deps:
10-
- pandoc-3.1.1
10+
- pandoc-3.1.2
1111
- gridtables-0.1.0.0
1212
- hslua-cli-1.2.0
1313
- hslua-list-1.1.0.1
1414
- hslua-module-zip-1.0.0
15-
- jira-wiki-markup-1.5.0
15+
- jira-wiki-markup-1.5.1
1616
- mime-types-0.1.1.0
1717
- doctemplates-0.11
18-
- texmath-0.12.6
18+
- texmath-0.12.7
1919
- citeproc-0.8.1
2020
- pandoc-types-1.23
2121
- pandoc-lua-marshal-0.2.0
@@ -29,7 +29,7 @@ extra-deps:
2929
- pandoc-lua-engine-0.1.1@sha256:c2351b8bc354b31d6562a3d5a8df42219e8ef514374b88a9e10e0e2cc1ac0392,6556
3030
- pandoc-server-0.1@sha256:d25a6165af8c7b008f1c07bbf9cb01e3f2243743f2d1aff1fa5ef1e080b52511,2634
3131

32-
- doclayout-0.4@sha256:e98428855c12ca41233a0b6e9238b0f654d26ecf53e1e0236074a996ed595c36,2490
32+
- doclayout-0.4.0.1@sha256:965e4e7eb6cd2ecfce955984d343426385c2639dab45c3d8fbcae7eb4e5f7091,2409
3333
- skylighting-format-ansi-0.1@sha256:4e525cb8fc5f13d9cf9d1f1d07120cc494d91bbfe39045c41b7ab6cf1c77a361,1353
3434
- skylighting-format-blaze-html-0.1.1@sha256:9e6cf17156f6b379439aece1cd79ff3baefe41bd0eb617882aba656d07be12d1,1290
3535
- skylighting-format-context-0.1.0.2@sha256:1eacb2bc470821c7fbe778e92b8915b9e45931a25c6a57e2b5edee3021d908c8,1335

0 commit comments

Comments
 (0)