Skip to content

Commit

Permalink
[CI] Bump pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Jul 20, 2021
1 parent fafa28d commit 69cb296
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 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.3"]
pandocver: ["2.14.1"]
ghcver: ['8.10.5']
include:
- os: ubuntu-latest
container: 'lierdakil/alpine-haskell:8.10.5-pwsh'
- os: macos-latest
pandocver: '2.14.0.3'
pandocver: '2.14.1'
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.3"]
pandocver: ["2.14.1"]
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down
9 changes: 6 additions & 3 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ packages:
- .
extra-deps:
- roman-numerals-0.5.1.5
- pandoc-2.14.0.3
- pandoc-2.14.1
- citeproc-0.4.1
- commonmark-pandoc-0.2.1.1
- doctemplates-0.10
- skylighting-0.11
- skylighting-core-0.11
- commonmark-0.2.1
- skylighting-0.10.5.2
- skylighting-core-0.10.5.2
resolver: lts-18.0

0 comments on commit 69cb296

Please sign in to comment.