Skip to content

Commit

Permalink
[CI] Bump pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Jun 28, 2021
1 parent f6d4964 commit fafa28d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
pandocver: ["2.14.0.2"]
pandocver: ["2.14.0.3"]
ghcver: ['8.10.5']
include:
- os: ubuntu-latest
container: 'lierdakil/alpine-haskell:8.10.5-pwsh'
- os: macos-latest
pandocver: '2.14.0.2'
pandocver: '2.14.0.3'
ghcver: '8.10.4'
exclude:
- os: macos-latest
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pandocver: ["2.14.0.2"]
pandocver: ["2.14.0.3"]
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down
5 changes: 4 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ flags:
enable_flaky_tests: true
ghc-options:
pandoc: -j "+RTS -A64m -RTS"
pandoc-citeproc: -j "+RTS -A64m -RTS"
$targets: -j "+RTS -A64m -RTS"
packages:
- .
extra-deps:
- roman-numerals-0.5.1.5
- pandoc-2.14.0.3
- commonmark-0.2.1
- skylighting-0.10.5.2
- skylighting-core-0.10.5.2
resolver: lts-18.0

0 comments on commit fafa28d

Please sign in to comment.