[Git][haskell-team/DHG_packages][master] show-combinators: Patch for newer dependencies

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Jul 3 11:53:00 BST 2022



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


Commits:
c417ab14 by Ilias Tsitsimpis at 2022-07-03T13:51:40+03:00
show-combinators: Patch for newer dependencies

- - - - -


3 changed files:

- p/haskell-show-combinators/debian/changelog
- + p/haskell-show-combinators/debian/patches/newer-deps
- + p/haskell-show-combinators/debian/patches/series


Changes:

=====================================
p/haskell-show-combinators/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-show-combinators (0.2.0.0-2) UNRELEASED; urgency=medium
+haskell-show-combinators (0.2.0.0-2) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
+  * Patch for newer dependencies (Closes: #1013765)
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:33:05 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 03 Jul 2022 13:51:33 +0300
 
 haskell-show-combinators (0.2.0.0-1) unstable; urgency=medium
 


=====================================
p/haskell-show-combinators/debian/patches/newer-deps
=====================================
@@ -0,0 +1,22 @@
+Index: b/show-combinators.cabal
+===================================================================
+--- a/show-combinators.cabal
++++ b/show-combinators.cabal
+@@ -1,5 +1,6 @@
+ name:                show-combinators
+ version:             0.2.0.0
++x-revision: 2
+ synopsis:            Combinators to write Show instances
+ description:
+   A minimal pretty-printing library for Show instances in Haskell.
+@@ -20,8 +21,8 @@ library
+   exposed-modules:
+     Text.Show.Combinators
+   build-depends:
+-    -- This upper bound is conservative
+-    base >= 4.8 && < 4.14
++    -- This upper bound is not conservative
++    base >= 4.8 && < 5
+   ghc-options:         -Wall
+   default-language:    Haskell2010
+ 


=====================================
p/haskell-show-combinators/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

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


More information about the Pkg-haskell-commits mailing list