File: 2001_pandoc-types.patch

package info (click to toggle)
pandoc-sidenote 0.22.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 116 kB
  • sloc: haskell: 42; makefile: 4; sh: 1
file content (24 lines) | stat: -rw-r--r-- 588 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
23
24
Description: relax build-dependency on pandoc-types
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2021-10-09
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/pandoc-sidenote.cabal
+++ b/pandoc-sidenote.cabal
@@ -38,7 +38,7 @@
   build-depends:
       base >=4.7 && <5
     , mtl
-    , pandoc-types >=1.22
+    , pandoc-types >=1.20
     , text
   default-language: Haskell2010
 
@@ -53,6 +53,6 @@
       base >=4.7 && <5
     , mtl
     , pandoc-sidenote
-    , pandoc-types >=1.22
+    , pandoc-types >=1.20
     , text
   default-language: Haskell2010