summarylogtreecommitdiffstats
path: root/pandoc-include-code.cabal.patch
diff options
context:
space:
mode:
authorTomasz Żok2020-09-03 14:28:44 +0200
committerTomasz Żok2020-09-03 14:28:44 +0200
commit1000cff6123056e0ff736319d961a2a146ebdb7d (patch)
treee771b40b43fd729b1ff42152662ea3b822d1d5f7 /pandoc-include-code.cabal.patch
parentdf27dcbc9b0af75f3ba867a35f4b457bf601be3c (diff)
downloadaur-1000cff6123056e0ff736319d961a2a146ebdb7d.tar.gz
Update to work with pandoc-types 1.21
Diffstat (limited to 'pandoc-include-code.cabal.patch')
-rw-r--r--pandoc-include-code.cabal.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/pandoc-include-code.cabal.patch b/pandoc-include-code.cabal.patch
new file mode 100644
index 000000000000..30cae1bfc048
--- /dev/null
+++ b/pandoc-include-code.cabal.patch
@@ -0,0 +1,28 @@
+--- pandoc-include-code.cabal.bak 2020-09-03 12:02:34.542584727 +0200
++++ pandoc-include-code.cabal 2020-09-03 12:02:23.252166789 +0200
+@@ -36,14 +36,14 @@
+ , filepath
+ , text >= 1.2 && < 2
+ , mtl >= 2.2 && < 3
+- , pandoc-types >= 1.20 && <= 1.20
++ , pandoc-types >= 1.20
+
+
+ executable pandoc-include-code
+ hs-source-dirs: filter
+ main-is: Main.hs
+ build-depends: base >= 4 && < 5
+- , pandoc-types >= 1.20 && <= 1.20
++ , pandoc-types >= 1.20
+ , pandoc-include-code
+
+ test-suite filter-tests
+@@ -53,7 +53,7 @@
+ , Paths_pandoc_include_code
+ main-is: Driver.hs
+ build-depends: base >= 4 && < 5
+- , pandoc-types >= 1.20 && <= 1.20
++ , pandoc-types >= 1.20
+ , pandoc-include-code
+ , tasty
+ , tasty-hunit