[Git][haskell-team/DHG_packages][master] blaze-html: Patch for newer dependencies

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Tue Jul 19 10:00:07 BST 2022



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


Commits:
8ad99842 by Ilias Tsitsimpis at 2022-07-19T11:57:55+03:00
blaze-html: Patch for newer dependencies

- - - - -


4 changed files:

- p/haskell-blaze-html/debian/changelog
- p/haskell-blaze-html/debian/control
- + p/haskell-blaze-html/debian/patches/newer-deps
- + p/haskell-blaze-html/debian/patches/series


Changes:

=====================================
p/haskell-blaze-html/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-blaze-html (0.9.1.2-2) UNRELEASED; urgency=medium
+haskell-blaze-html (0.9.1.2-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:04 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 19 Jul 2022 11:57:03 +0300
 
 haskell-blaze-html (0.9.1.2-1) unstable; urgency=medium
 


=====================================
p/haskell-blaze-html/debian/control
=====================================
@@ -19,7 +19,7 @@ Build-Depends:
  libghc-hunit-dev (<< 1.7),
  libghc-hunit-prof,
  libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.14),
+ libghc-quickcheck2-dev (<< 2.15),
  libghc-quickcheck2-prof,
  libghc-test-framework-dev (>= 0.4),
  libghc-test-framework-dev (<< 0.9),


=====================================
p/haskell-blaze-html/debian/patches/newer-deps
=====================================
@@ -0,0 +1,51 @@
+Index: b/blaze-html.cabal
+===================================================================
+--- a/blaze-html.cabal
++++ b/blaze-html.cabal
+@@ -1,5 +1,6 @@
+ Name:         blaze-html
+ Version:      0.9.1.2
++x-revision: 2
+ Homepage:     http://jaspervdj.be/blaze
+ Bug-Reports:  http://github.com/jaspervdj/blaze-html/issues
+ License:      BSD3
+@@ -19,7 +20,7 @@ Build-type:    Simple
+ Cabal-version: >= 1.8
+ Tested-with:   GHC == 7.8.4, GHC == 7.10.3,
+                GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1,
+-               GHC == 8.6.3, GHC == 8.8.1
++               GHC == 8.6.3, GHC == 8.8.1, GHC == 9.2.1
+ 
+ Extra-source-files:
+   CHANGELOG
+@@ -57,8 +58,8 @@ Library
+     base          >= 4    && < 5,
+     blaze-builder >= 0.3  && < 0.5,
+     blaze-markup  >= 0.8  && < 0.9,
+-    bytestring    >= 0.9  && < 0.11,
+-    text          >= 0.10 && < 1.3
++    bytestring    >= 0.9  && < 0.12,
++    text          >= 0.10 && < 2.1
+ 
+ Test-suite blaze-html-tests
+   Type:           exitcode-stdio-1.0
+@@ -80,7 +81,7 @@ Test-suite blaze-html-tests
+ 
+   Build-depends:
+     HUnit                      >= 1.2 && < 1.7,
+-    QuickCheck                 >= 2.4 && < 2.14,
++    QuickCheck                 >= 2.4 && < 2.15,
+     containers                 >= 0.3 && < 0.7,
+     test-framework             >= 0.4 && < 0.9,
+     test-framework-hunit       >= 0.3 && < 0.4,
+@@ -89,8 +90,8 @@ Test-suite blaze-html-tests
+     base          >= 4    && < 5,
+     blaze-builder >= 0.3  && < 0.5,
+     blaze-markup  >= 0.8  && < 0.9,
+-    bytestring    >= 0.9  && < 0.11,
+-    text          >= 0.10 && < 1.3
++    bytestring    >= 0.9  && < 0.12,
++    text          >= 0.10 && < 2.1
+ 
+ Source-repository head
+   Type:     git


=====================================
p/haskell-blaze-html/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/8ad99842c9e0bd9832e73a1e754af3cff1539403
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/20220719/4a9b86be/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list