Skip to content

Commit 664e00e

Browse files
committed
Version bump
1 parent c9038ce commit 664e00e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

cabal.project

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ packages: pandoc-plot.cabal
22

33
test-show-details: streaming
44

5-
jobs: $ncpus
5+
jobs: $ncpus
6+
7+
allow-newer: haddock-library:base,

pandoc-plot.cabal

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: pandoc-plot
3-
version: 1.6.1
3+
version: 1.6.2
44
synopsis: A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice.
55
description: A Pandoc filter to include figures generated from code blocks.
66
Keep the document and code in the same location. Output is
@@ -18,7 +18,8 @@ tested-with: GHC == 8.10.4,
1818
GHC == 9.0.1,
1919
GHC == 9.2.1,
2020
GHC == 9.2.2,
21-
GHC == 9.4.4
21+
GHC == 9.4.4,
22+
GHC == 9.6.1
2223
extra-source-files:
2324
CHANGELOG.md
2425
LICENSE

0 commit comments

Comments
 (0)