summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-24 11:04:59 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-24 11:04:59 -0700
commitef053e4cffeaf044b1a889f7834f65bde1d37314 (patch)
treeda20a8a326840cbc9d6c1f8912983a5a9de8c747
parent9524ca7762cfcd7d4c2c98b26b9ce13bbff35726 (diff)
Add 3001_update_cabal.patch
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/3001_update_cabal.patch11
-rw-r--r--debian/patches/series1
3 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index bed7cad4a..6e0865a7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ pandoc (2.1.2~dfsg-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release (Closes: #891243).
* Update d/copyright for this release.
+ * Add 3001_update_cabal.patch.
* Drop patches merged upstream.
* Refresh remaining patches.
* Point Vcs-* at salsa.
diff --git a/debian/patches/3001_update_cabal.patch b/debian/patches/3001_update_cabal.patch
new file mode 100644
index 000000000..a798718a7
--- /dev/null
+++ b/debian/patches/3001_update_cabal.patch
@@ -0,0 +1,11 @@
+--- a/pandoc.cabal
++++ b/pandoc.cabal
+@@ -393,7 +393,7 @@ library
+ doctemplates >= 0.2.1 && < 0.3,
+ http-client >= 0.4.30 && < 0.6,
+ http-client-tls >= 0.2.4 && < 0.4,
+- http-types >= 0.8 && < 0.12,
++ http-types >= 0.8 && < 0.13,
+ case-insensitive >= 1.2 && < 1.3
+ if os(windows)
+ cpp-options: -D_WINDOWS
diff --git a/debian/patches/series b/debian/patches/series
index 3d14f7ba5..e69a508a0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
1001_online_latexmathml_default.patch
2001_avoid_missing_files.patch
+3001_update_cabal.patch