[Git][haskell-team/package-plan][master] 2 commits: haxr: Refresh patches
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sun Oct 10 18:52:52 BST 2021
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / package-plan
Commits:
7a173c8f by Ilias Tsitsimpis at 2021-10-10T20:35:21+03:00
haxr: Refresh patches
- - - - -
034c6980 by Ilias Tsitsimpis at 2021-10-10T20:46:33+03:00
pandoc-sidenote: Update to 0.22.1.0
- - - - -
4 changed files:
- packages.txt
- patches/haxr/3000.11.4.1/no-mtl-compat
- + patches/pandoc-sidenote/0.22.1.0/pandoc-types.patch
- + patches/pandoc-sidenote/0.22.1.0/series
Changes:
=====================================
packages.txt
=====================================
@@ -686,7 +686,7 @@ ormolu 0.1.4.1
pandoc 2.9.2.1 key -fhttp-conduit
pandoc-citeproc 0.17.0.1 -fbibutils -f-hexpat -funicode_collation
pandoc-citeproc-preamble 1.6 binary
-pandoc-sidenote 0.20.0.0
+pandoc-sidenote 0.22.1.0
pandoc-types 1.20 notest # Disable tests to avoid dep on string-qq
pango 0.13.8.1
panic 0.4.0.1
=====================================
patches/haxr/3000.11.4.1/no-mtl-compat
=====================================
@@ -1,10 +1,12 @@
+Index: b/haxr.cabal
+===================================================================
--- a/haxr.cabal
+++ b/haxr.cabal
-@@ -36,7 +36,6 @@
- Build-depends: base >= 4.9 && < 4.15,
- base-compat >= 0.8 && < 0.12,
- mtl,
-- mtl-compat,
- network < 3.2,
- http-streams,
- HsOpenSSL,
+@@ -37,7 +37,6 @@ Library
+ Build-depends: base >= 4.9 && < 4.16,
+ base-compat >= 0.8 && < 0.13,
+ mtl,
+- mtl-compat,
+ network < 3.2,
+ http-streams,
+ HsOpenSSL,
=====================================
patches/pandoc-sidenote/0.22.1.0/pandoc-types.patch
=====================================
@@ -0,0 +1,21 @@
+Index: b/pandoc-sidenote.cabal
+===================================================================
+--- a/pandoc-sidenote.cabal
++++ b/pandoc-sidenote.cabal
+@@ -38,7 +38,7 @@ library
+ build-depends:
+ base >=4.7 && <5
+ , mtl
+- , pandoc-types >=1.22
++ , pandoc-types >=1.20
+ , text
+ default-language: Haskell2010
+
+@@ -53,6 +53,6 @@ executable pandoc-sidenote
+ base >=4.7 && <5
+ , mtl
+ , pandoc-sidenote
+- , pandoc-types >=1.22
++ , pandoc-types >=1.20
+ , text
+ default-language: Haskell2010
=====================================
patches/pandoc-sidenote/0.22.1.0/series
=====================================
@@ -0,0 +1 @@
+pandoc-types.patch
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/compare/71273db3af2813877ae0de2d9bea4fb34cc1bc5e...034c6980418c0a92147e7a5d1745f4efe5c8cd13
--
View it on GitLab: https://salsa.debian.org/haskell-team/package-plan/-/compare/71273db3af2813877ae0de2d9bea4fb34cc1bc5e...034c6980418c0a92147e7a5d1745f4efe5c8cd13
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20211010/37dbfc36/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list