Skip to content

Commit d2b0949

Browse files
committed
[CI] Bump pandoc
1 parent f3f2246 commit d2b0949

File tree

6 files changed

+108
-107
lines changed

6 files changed

+108
-107
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Haskell CI
33
on: [push]
44

55
env:
6-
PANDOC_VERSION: "3.1.6"
6+
PANDOC_VERSION: "3.1.6.1"
77

88
jobs:
99
build:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ mkinttest.sh
1515
/*.tar.gz
1616
/result*
1717
/cabal.project.freeze
18+
/.envrc

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: build pin push
22

33
build:
4-
nix build . .#static .#win .#pandoc
4+
nix build . .#static .#win .#pandoc $(NIX_EXTRA_OPTS)
55

66
pin:
77
nix build .#static

flake.lock

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stack.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ extra-deps:
104104
- doclayout-0.4.0.1
105105
- doctemplates-0.11
106106
- easy-file-0.2.5
107-
- emojis-0.1.2
107+
- emojis-0.1.3
108108
- exceptions-0.10.5
109109
- fast-logger-3.2.2
110110
- file-embed-0.0.15.0
@@ -116,7 +116,7 @@ extra-deps:
116116
- gridtables-0.1.0.0
117117
- haddock-library-1.11.0
118118
- happy-1.20.1.1
119-
- hashable-1.4.2.0
119+
- hashable-1.4.3.0
120120
- haskell-lexer-1.1.1
121121
- hourglass-0.2.12
122122
- hsc2hs-0.68.9
@@ -181,12 +181,12 @@ extra-deps:
181181
- open-browser-0.2.1.0
182182
- optparse-applicative-0.17.1.0
183183
- ordered-containers-0.2.3
184-
- pandoc-3.1.6
184+
- pandoc-3.1.6.1
185185
- pandoc-cli-0.1.1.1
186-
- pandoc-lua-engine-0.2.1
186+
- pandoc-lua-engine-0.2.1.1
187187
- pandoc-lua-marshal-0.2.2
188-
- pandoc-server-0.1.0.1
189-
- pandoc-types-1.23.0.1
188+
- pandoc-server-0.1.0.2
189+
- pandoc-types-1.23.1
190190
- parallel-3.2.2.0
191191
- parsec-3.1.16.1
192192
- pem-0.2.4
@@ -202,7 +202,7 @@ extra-deps:
202202
- random-1.2.1.1
203203
- recv-0.1.0
204204
- regex-base-0.94.0.2
205-
- regex-tdfa-1.3.2.1
205+
- regex-tdfa-1.3.2.2
206206
- resourcet-1.3.0
207207
- safe-0.3.19
208208
- safe-exceptions-0.1.7.4
@@ -229,8 +229,8 @@ extra-deps:
229229
- streaming-commons-0.2.2.6
230230
- strict-0.5
231231
- string-conversions-0.4.0.1
232-
- syb-0.7.2.3
233-
- tagged-0.8.7
232+
- syb-0.7.2.4
233+
- tagged-0.8.8
234234
- tagsoup-0.14.8
235235
- template-haskell-2.19.0.0
236236
- temporary-1.3
@@ -241,14 +241,14 @@ extra-deps:
241241
- tf-random-0.5
242242
- th-abstraction-0.5.0.0
243243
- th-compat-0.1.4
244-
- th-lift-0.8.3
244+
- th-lift-0.8.4
245245
- th-lift-instances-0.1.20
246246
- these-1.2
247247
- time-1.12.2
248248
- time-compat-1.9.6.1
249249
- time-manager-0.0.0
250-
- tls-1.7.0
251-
- toml-parser-1.2.1.0
250+
- tls-1.7.1
251+
- toml-parser-1.3.0.0
252252
- transformers-0.5.6.2
253253
- transformers-base-0.4.6
254254
- transformers-compat-0.7.2

0 commit comments

Comments
 (0)