|
| 1 | +cabal-version: 1.12 |
1 | 2 | name: pandoc-citeproc |
2 | 3 | version: 0.17.0.1 |
3 | | -cabal-version: 1.12 |
4 | 4 | synopsis: Supports using pandoc with citeproc |
5 | 5 |
|
6 | 6 | description: The pandoc-citeproc library supports automatic |
@@ -111,7 +111,7 @@ library |
111 | 111 | bytestring, filepath, |
112 | 112 | network < 3.2, |
113 | 113 | pandoc-types >= 1.20 && < 1.22, |
114 | | - pandoc >= 2.8 && < 2.10, |
| 114 | + pandoc >= 2.8 && < 2.11, |
115 | 115 | tagsoup, |
116 | 116 | aeson >= 0.7 && < 1.6, |
117 | 117 | text, |
@@ -161,7 +161,7 @@ executable pandoc-citeproc |
161 | 161 | build-depends: base >= 4 && < 5, |
162 | 162 | pandoc-citeproc, |
163 | 163 | pandoc-types >= 1.20 && < 1.22, |
164 | | - pandoc >= 2.8 && < 2.10, |
| 164 | + pandoc >= 2.8 && < 2.11, |
165 | 165 | aeson, |
166 | 166 | aeson-pretty >= 0.8, |
167 | 167 | yaml >= 0.11, |
@@ -202,7 +202,7 @@ executable test-citeproc |
202 | 202 | text, |
203 | 203 | mtl, |
204 | 204 | pandoc-types >= 1.20 && < 1.22, |
205 | | - pandoc >= 2.8 && < 2.10, |
| 205 | + pandoc >= 2.8 && < 2.11, |
206 | 206 | filepath, |
207 | 207 | bytestring, |
208 | 208 | process, |
@@ -233,7 +233,7 @@ test-suite test-pandoc-citeproc |
233 | 233 | text, |
234 | 234 | pandoc-types >= 1.20 && < 1.22, |
235 | 235 | mtl, |
236 | | - pandoc >= 2.8 && < 2.10, |
| 236 | + pandoc >= 2.8 && < 2.11, |
237 | 237 | filepath, |
238 | 238 | containers, |
239 | 239 | bytestring, |
|
0 commit comments