[Git][haskell-team/DHG_packages][master] haxr: Patch for newer deps

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Wed Jul 27 08:47:53 BST 2022



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
3bbb7912 by Ilias Tsitsimpis at 2022-07-27T10:45:52+03:00
haxr: Patch for newer deps

- - - - -


5 changed files:

- p/haskell-haxr/debian/changelog
- p/haskell-haxr/debian/control
- + p/haskell-haxr/debian/patches/newer-deps
- p/haskell-haxr/debian/patches/no-mtl-compat
- p/haskell-haxr/debian/patches/series


Changes:

=====================================
p/haskell-haxr/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-haxr (3000.11.4.1-2) UNRELEASED; urgency=medium
+haskell-haxr (3000.11.4.1-2) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
+  * Patch for newer dependencies
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:28 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 27 Jul 2022 10:45:34 +0300
 
 haskell-haxr (3000.11.4.1-1) unstable; urgency=medium
 


=====================================
p/haskell-haxr/debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends:
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-base-compat-dev (>= 0.8),
- libghc-base-compat-dev (<< 0.12),
+ libghc-base-compat-dev (<< 0.13),
  libghc-base-compat-prof,
  libghc-base64-bytestring-dev,
  libghc-base64-bytestring-prof,


=====================================
p/haskell-haxr/debian/patches/newer-deps
=====================================
@@ -0,0 +1,31 @@
+Index: b/haxr.cabal
+===================================================================
+--- a/haxr.cabal
++++ b/haxr.cabal
+@@ -1,5 +1,6 @@
+ Name: haxr
+ Version: 3000.11.4.1
++x-revision: 2
+ Cabal-version: >=1.10
+ Build-type: Simple
+ Copyright: Bjorn Bringert, 2003-2006
+@@ -22,7 +23,7 @@ Extra-Source-Files:
+         examples/test_client.hs       examples/test_server.hs       examples/time-xmlrpc-com.hs
+         examples/validate.hs          examples/Makefile
+ Bug-reports: https://github.com/byorgey/haxr/issues
+-Tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1
++Tested-with: GHC ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1 || ==9.0.1 || ==9.2.1
+ 
+ Source-repository head
+   type:     git
+@@ -33,8 +34,8 @@ flag network-uri
+    default: True
+ 
+ Library
+-  Build-depends: base >= 4.9 && < 4.15,
+-                 base-compat >= 0.8 && < 0.12,
++  Build-depends: base >= 4.9 && < 4.17,
++                 base-compat >= 0.8 && < 0.13,
+                  mtl,
+                  mtl-compat,
+                  network < 3.2,


=====================================
p/haskell-haxr/debian/patches/no-mtl-compat
=====================================
@@ -1,8 +1,10 @@
+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,
+@@ -37,7 +37,6 @@ Library
+   Build-depends: base >= 4.9 && < 4.17,
+                  base-compat >= 0.8 && < 0.13,
                   mtl,
 -                 mtl-compat,
                   network < 3.2,


=====================================
p/haskell-haxr/debian/patches/series
=====================================
@@ -1 +1,2 @@
+newer-deps
 no-mtl-compat



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3bbb791276f41706b14f7691b1f4487789e7268e

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3bbb791276f41706b14f7691b1f4487789e7268e
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/20220727/e9a14983/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list