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

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Fri Jul 22 10:23:13 BST 2022



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


Commits:
019d0ed5 by Ilias Tsitsimpis at 2022-07-22T12:22:01+03:00
assoc: Patch for newer dependencies

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-assoc/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-assoc (1.0.2-3) unstable; urgency=medium
+
+  * Patch for newer dependencies (Closes: #1015799)
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 22 Jul 2022 12:17:34 +0300
+
 haskell-assoc (1.0.2-2) unstable; urgency=medium
 
   * Sourceful upload for GHC 9.


=====================================
p/haskell-assoc/debian/control
=====================================
@@ -3,6 +3,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Clint Adams <clint at debian.org>
 Priority: optional
 Section: haskell
+Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
  haskell-devscripts (>= 0.16),
  cdbs,
@@ -20,6 +21,9 @@ Build-Depends-Indep: ghc-doc,
  libghc-bifunctors-doc,
  libghc-tagged-doc,
 Standards-Version: 4.6.1
+Homepage: https://hackage.haskell.org/package/assoc
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-assoc
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-assoc]
 X-Description: swap and assoc: Symmetric and Semigroupy Bifunctors
  Provides generalisations of
  .


=====================================
p/haskell-assoc/debian/patches/newer-deps
=====================================
@@ -0,0 +1,34 @@
+Index: b/assoc.cabal
+===================================================================
+--- a/assoc.cabal
++++ b/assoc.cabal
+@@ -1,6 +1,7 @@
+ cabal-version:      1.12
+ name:               assoc
+ version:            1.0.2
++x-revision:         2
+ license:            BSD3
+ license-file:       LICENSE
+ synopsis:           swap and assoc: Symmetric and Semigroupy Bifunctors
+@@ -27,8 +28,10 @@ tested-with:
+      || ==8.2.2
+      || ==8.4.4
+      || ==8.6.5
+-     || ==8.8.3
+-     || ==8.10.1
++     || ==8.8.4
++     || ==8.10.4
++     || ==9.0.1
++     || ==9.2.1
+   , GHCJS ==8.4
+ 
+ source-repository head
+@@ -39,7 +42,7 @@ library
+   default-language: Haskell2010
+   hs-source-dirs:   src
+   build-depends:
+-      base        >=4.3   && <4.15
++      base        >=4.3   && <4.17
+     , bifunctors  >=5.5.5 && <5.6
+     , tagged      >=0.8.6 && <0.9
+ 


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/019d0ed5eb342b453519a52bb74c6b0b2941c3c0
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/20220722/5ae7c10b/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list