File: newer-pandoc

package info (click to toggle)
gitit 0.15.1.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,060 kB
  • sloc: haskell: 4,757; javascript: 710; xml: 245; sh: 65; makefile: 16
file content (22 lines) | stat: -rw-r--r-- 765 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 9eddd1d3bde46bccb23c6d21e15b289f2a9ebe66 Mon Sep 17 00:00:00 2001
From: sternenseemann <sternenseemann@systemli.org>
Date: Sat, 12 Mar 2022 14:23:48 +0100
Subject: [PATCH] Allow building with pandoc 2.17

---
 gitit.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: b/gitit.cabal
===================================================================
--- a/gitit.cabal
+++ b/gitit.cabal
@@ -126,7 +126,7 @@ Library
                      mtl,
                      old-time,
                      temporary,
-                     pandoc >= 2.9 && < 2.17,
+                     pandoc >= 2.9 && < 2.18,
                      pandoc-types >= 1.20 && < 1.23,
                      skylighting >= 0.8.2.3 && < 0.13,
                      bytestring,