[Git][haskell-team/DHG_packages][master] witherable: patch for newer deps

Clint Adams (@clint) gitlab at salsa.debian.org
Mon Sep 18 19:23:58 BST 2023



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
5b5a5b70 by Clint Adams at 2023-09-18T14:23:32-04:00
witherable: patch for newer deps

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-witherable/debian/changelog
=====================================
@@ -1,4 +1,4 @@
-haskell-witherable (0.4.2-3) UNRELEASED; urgency=medium
+haskell-witherable (0.4.2-3) unstable; urgency=medium
 
   [ Jelmer Vernooij ]
   * Add package path in Vcs-Git header.
@@ -6,7 +6,10 @@ haskell-witherable (0.4.2-3) UNRELEASED; urgency=medium
   [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.2
 
- -- Jelmer Vernooij <jelmer at debian.org>  Thu, 26 Jan 2023 00:02:38 +0000
+  [ Clint Adams ]
+  * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org>  Mon, 18 Sep 2023 14:20:37 -0400
 
 haskell-witherable (0.4.2-2) unstable; urgency=medium
 


=====================================
p/haskell-witherable/debian/control
=====================================
@@ -10,10 +10,10 @@ Build-Depends: debhelper (>= 10),
  ghc,
  ghc-prof,
  libghc-base-orphans-dev (>= 0.8.4),
- libghc-base-orphans-dev (<< 0.9),
+ libghc-base-orphans-dev (<< 0.10),
  libghc-base-orphans-prof,
  libghc-hashable-dev (>= 1.2.7.0),
- libghc-hashable-dev (<< 1.4),
+ libghc-hashable-dev (<< 1.5),
  libghc-hashable-prof,
  libghc-indexed-traversable-dev (>= 0.1.1),
  libghc-indexed-traversable-dev (<< 0.2),
@@ -25,7 +25,7 @@ Build-Depends: debhelper (>= 10),
  libghc-unordered-containers-dev (<< 0.3),
  libghc-unordered-containers-prof,
  libghc-vector-dev (>= 0.12.2.0),
- libghc-vector-dev (<< 0.13),
+ libghc-vector-dev (<< 0.14),
  libghc-vector-prof,
  libghc-quickcheck2-dev (>= 2.14.2),
  libghc-quickcheck2-prof,


=====================================
p/haskell-witherable/debian/patches/newer-deps
=====================================
@@ -0,0 +1,19 @@
+--- a/witherable.cabal
++++ b/witherable.cabal
+@@ -24,12 +24,12 @@ library
+     Witherable
+     Data.Witherable
+   build-depends:       base                          >=4.9      && <5,
+-                       base-orphans                  >=0.8.4    && <0.9,
++                       base-orphans                  >=0.8.4    && <0.10,
+                        containers                    >=0.5.7.1  && <0.7,
+-                       hashable                      >=1.2.7.0  && <1.4,
+-                       transformers                  >=0.5.2.0  && <0.6,
++                       hashable                      >=1.2.7.0  && <1.5,
++                       transformers                  >=0.5.2.0  && <0.7,
+                        unordered-containers          >=0.2.12.0 && <0.3,
+-                       vector                        >=0.12.2.0 && <0.13,
++                       vector                        >=0.12.2.0 && <0.14,
+                        indexed-traversable           >=0.1.1    && <0.2,
+                        indexed-traversable-instances >=0.1      && <0.2
+   hs-source-dirs:      src


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/5b5a5b7000db212201d8d98e15e389cbb82905d2
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/20230918/835629ff/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list