Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit 006df23

Browse files
committed
Allow pandoc 2.10.
1 parent c4314c6 commit 006df23

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎pandoc-citeproc.cabal‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
cabal-version: 1.12
12
name: pandoc-citeproc
23
version: 0.17.0.1
3-
cabal-version: 1.12
44
synopsis: Supports using pandoc with citeproc
55

66
description: The pandoc-citeproc library supports automatic
@@ -111,7 +111,7 @@ library
111111
bytestring, filepath,
112112
network < 3.2,
113113
pandoc-types >= 1.20 && < 1.22,
114-
pandoc >= 2.8 && < 2.10,
114+
pandoc >= 2.8 && < 2.11,
115115
tagsoup,
116116
aeson >= 0.7 && < 1.6,
117117
text,
@@ -161,7 +161,7 @@ executable pandoc-citeproc
161161
build-depends: base >= 4 && < 5,
162162
pandoc-citeproc,
163163
pandoc-types >= 1.20 && < 1.22,
164-
pandoc >= 2.8 && < 2.10,
164+
pandoc >= 2.8 && < 2.11,
165165
aeson,
166166
aeson-pretty >= 0.8,
167167
yaml >= 0.11,
@@ -202,7 +202,7 @@ executable test-citeproc
202202
text,
203203
mtl,
204204
pandoc-types >= 1.20 && < 1.22,
205-
pandoc >= 2.8 && < 2.10,
205+
pandoc >= 2.8 && < 2.11,
206206
filepath,
207207
bytestring,
208208
process,
@@ -233,7 +233,7 @@ test-suite test-pandoc-citeproc
233233
text,
234234
pandoc-types >= 1.20 && < 1.22,
235235
mtl,
236-
pandoc >= 2.8 && < 2.10,
236+
pandoc >= 2.8 && < 2.11,
237237
filepath,
238238
containers,
239239
bytestring,

0 commit comments

Comments
 (0)