1
1
cabal-version : 2.2
2
2
name : pandoc-plot
3
- version : 1.6.2
3
+ version : 1.7.0
4
4
synopsis : A Pandoc filter to include figures generated from code blocks using your plotting toolkit of choice.
5
5
description : A Pandoc filter to include figures generated from code blocks.
6
6
Keep the document and code in the same location. Output is
@@ -48,6 +48,8 @@ extra-source-files:
48
48
tests/includes/plotly-r.r
49
49
tests/includes/plotsjl.jl
50
50
tests/includes/plantuml.txt
51
+ tests/includes/sagemath.sage
52
+ tests/includes/d2-dd.d2
51
53
52
54
source-repository head
53
55
type : git
@@ -99,8 +101,8 @@ library
99
101
-Wmissing-export-lists
100
102
-Wpartial-fields
101
103
build-depends :
102
- aeson >= 2 && < 3
103
- , base >= 4.11 && < 5
104
+ aeson >= 2 && < 3
105
+ , base >= 4.11 && < 5
104
106
, bytestring
105
107
, containers
106
108
, data-default
@@ -141,8 +143,8 @@ executable pandoc-plot
141
143
, optparse-applicative >= 0.14 && < 0.19
142
144
, pandoc
143
145
, pandoc-plot
144
- , pandoc-types >= 1.21 && < 2
145
- , template-haskell > 2.7 && < 3
146
+ , pandoc-types >= 1.21 && < 2
147
+ , template-haskell > 2.7 && < 3
146
148
, typed-process
147
149
, text
148
150
default-language : Haskell2010
@@ -152,12 +154,12 @@ test-suite tests
152
154
hs-source-dirs : tests
153
155
main-is : Main.hs
154
156
other-modules : Common
155
- build-depends : base >= 4.11 && < 5
157
+ build-depends : base
156
158
, containers
157
159
, directory
158
160
, filepath
159
161
, hspec-expectations
160
- , pandoc-types >= 1.20 && <= 2
162
+ , pandoc-types
161
163
, pandoc-plot
162
164
, tasty
163
165
, tasty-hunit
0 commit comments