[Git][haskell-team/DHG_packages][master] polyparse: Patch for newer dependencies
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sun Jul 3 11:35:06 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
7ad82935 by Ilias Tsitsimpis at 2022-07-03T13:33:17+03:00
polyparse: Patch for newer dependencies
- - - - -
3 changed files:
- p/haskell-polyparse/debian/changelog
- + p/haskell-polyparse/debian/patches/newer-deps
- + p/haskell-polyparse/debian/patches/series
Changes:
=====================================
p/haskell-polyparse/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-polyparse (1.13-2) UNRELEASED; urgency=medium
+haskell-polyparse (1.13-2) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
+ * Patch for newer dependencies (Closes: #1013784)
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:32:55 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 03 Jul 2022 13:31:06 +0300
haskell-polyparse (1.13-1) unstable; urgency=medium
=====================================
p/haskell-polyparse/debian/patches/newer-deps
=====================================
@@ -0,0 +1,43 @@
+Index: b/polyparse.cabal
+===================================================================
+--- a/polyparse.cabal
++++ b/polyparse.cabal
+@@ -1,5 +1,6 @@
+ name: polyparse
+ version: 1.13
++x-revision: 4
+ license: LGPL
+ license-files: COPYRIGHT, LICENCE-LGPL, LICENCE-commercial
+ copyright: (c) 2006-2016 Malcolm Wallace
+@@ -24,7 +25,10 @@ cabal-version: >=1.8
+ extra-source-files: Changelog.md
+
+ tested-with:
+- GHC ==8.8.1
++ GHC ==9.2.1
++ || ==9.0.1
++ || ==8.10.7
++ || ==8.8.4
+ || ==8.6.5
+ || ==8.4.4
+ || ==8.2.2
+@@ -47,7 +51,7 @@ source-repository this
+
+ library
+ hs-source-dirs: src
+- build-depends: base >= 4.3.1.0 && < 4.14
++ build-depends: base >= 4.3.1.0 && < 4.17
+
+ if !impl(ghc >= 8.0)
+ build-depends: fail == 4.9.*
+@@ -67,8 +71,8 @@ library
+ Text.ParserCombinators.Poly.Lex,
+ Text.Parse
+ if impl(ghc)
+- build-depends: bytestring >= 0.9.1.0 && < 0.11
+- build-depends: text >= 1.2.3.0 && <1.3
++ build-depends: bytestring >= 0.9.1.0 && < 0.12
++ build-depends: text >= 1.2.3.0 && <1.3 || >= 2.0 && < 2.1
+ exposed-modules:
+ Text.ParserCombinators.Poly.ByteString
+ Text.ParserCombinators.Poly.ByteStringChar
=====================================
p/haskell-polyparse/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7ad82935543f3df6ea087a1ea1374c83b270e279
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/7ad82935543f3df6ea087a1ea1374c83b270e279
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/20220703/c1800280/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list