File tree Expand file tree Collapse file tree 6 files changed +108
-107
lines changed Expand file tree Collapse file tree 6 files changed +108
-107
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Haskell CI
3
3
on : [push]
4
4
5
5
env :
6
- PANDOC_VERSION : " 3.1.6"
6
+ PANDOC_VERSION : " 3.1.6.1 "
7
7
8
8
jobs :
9
9
build :
Original file line number Diff line number Diff line change @@ -15,3 +15,4 @@ mkinttest.sh
15
15
/* .tar.gz
16
16
/result *
17
17
/cabal.project.freeze
18
+ /.envrc
Original file line number Diff line number Diff line change 1
1
.PHONY : build pin push
2
2
3
3
build :
4
- nix build . .# static .#win .#pandoc
4
+ nix build . .# static .#win .#pandoc $(NIX_EXTRA_OPTS)
5
5
6
6
pin :
7
7
nix build .# static
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ extra-deps:
104
104
- doclayout-0.4.0.1
105
105
- doctemplates-0.11
106
106
- easy-file-0.2.5
107
- - emojis-0.1.2
107
+ - emojis-0.1.3
108
108
- exceptions-0.10.5
109
109
- fast-logger-3.2.2
110
110
- file-embed-0.0.15.0
@@ -116,7 +116,7 @@ extra-deps:
116
116
- gridtables-0.1.0.0
117
117
- haddock-library-1.11.0
118
118
- happy-1.20.1.1
119
- - hashable-1.4.2 .0
119
+ - hashable-1.4.3 .0
120
120
- haskell-lexer-1.1.1
121
121
- hourglass-0.2.12
122
122
- hsc2hs-0.68.9
@@ -181,12 +181,12 @@ extra-deps:
181
181
- open-browser-0.2.1.0
182
182
- optparse-applicative-0.17.1.0
183
183
- ordered-containers-0.2.3
184
- - pandoc-3.1.6
184
+ - pandoc-3.1.6.1
185
185
- pandoc-cli-0.1.1.1
186
- - pandoc-lua-engine-0.2.1
186
+ - pandoc-lua-engine-0.2.1.1
187
187
- 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
190
190
- parallel-3.2.2.0
191
191
- parsec-3.1.16.1
192
192
- pem-0.2.4
@@ -202,7 +202,7 @@ extra-deps:
202
202
- random-1.2.1.1
203
203
- recv-0.1.0
204
204
- regex-base-0.94.0.2
205
- - regex-tdfa-1.3.2.1
205
+ - regex-tdfa-1.3.2.2
206
206
- resourcet-1.3.0
207
207
- safe-0.3.19
208
208
- safe-exceptions-0.1.7.4
@@ -229,8 +229,8 @@ extra-deps:
229
229
- streaming-commons-0.2.2.6
230
230
- strict-0.5
231
231
- 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
234
234
- tagsoup-0.14.8
235
235
- template-haskell-2.19.0.0
236
236
- temporary-1.3
@@ -241,14 +241,14 @@ extra-deps:
241
241
- tf-random-0.5
242
242
- th-abstraction-0.5.0.0
243
243
- th-compat-0.1.4
244
- - th-lift-0.8.3
244
+ - th-lift-0.8.4
245
245
- th-lift-instances-0.1.20
246
246
- these-1.2
247
247
- time-1.12.2
248
248
- time-compat-1.9.6.1
249
249
- 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
252
252
- transformers-0.5.6.2
253
253
- transformers-base-0.4.6
254
254
- transformers-compat-0.7.2
You can’t perform that action at this time.
0 commit comments