[Git][haskell-team/DHG_packages][master] free: patch for newer deps
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Jan 6 20:18:26 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
087255c8 by Clint Adams at 2026-01-06T15:17:53-05:00
free: patch for newer deps
- - - - -
3 changed files:
- p/haskell-free/debian/changelog
- p/haskell-free/debian/control
- p/haskell-free/debian/patches/newer-deps
Changes:
=====================================
p/haskell-free/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-free (5.2-2) UNRELEASED; urgency=medium
+haskell-free (5.2-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:34 -0500
+ [ Clint Adams ]
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Tue, 06 Jan 2026 15:16:43 -0500
haskell-free (5.2-1) unstable; urgency=medium
=====================================
p/haskell-free/debian/control
=====================================
@@ -44,7 +44,7 @@ Build-Depends-Indep: ghc-doc,
libghc-semigroupoids-doc,
libghc-th-abstraction-doc,
libghc-transformers-base-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: https://github.com/ekmett/free/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-free
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-free]
=====================================
p/haskell-free/debian/patches/newer-deps
=====================================
@@ -1,21 +1,28 @@
-Index: b/free.cabal
-===================================================================
--- a/free.cabal
+++ b/free.cabal
@@ -1,6 +1,7 @@
name: free
category: Control, Monads
version: 5.2
-+x-revision: 5
++x-revision: 7
license: BSD3
cabal-version: 1.18
license-file: LICENSE
+@@ -60,7 +61,7 @@ extra-doc-files:
+
+ source-repository head
+ type: git
+- location: git://github.com/ekmett/free.git
++ location: https://github.com/ekmett/free.git
+
+ library
+ hs-source-dirs: src
@@ -77,17 +78,17 @@ library
build-depends:
base >= 4.9 && < 5,
comonad >= 5.0.8 && < 6,
- containers >= 0.5.7.1 && < 0.7,
-+ containers >= 0.5.7.1 && < 0.8,
++ containers >= 0.5.7.1 && < 0.9,
distributive >= 0.5.2 && < 1,
exceptions >= 0.10.4 && < 0.11,
indexed-traversable >= 0.1.1 && < 0.2,
@@ -28,7 +35,7 @@ Index: b/free.cabal
transformers >= 0.5 && < 0.7,
transformers-base >= 0.4.5.2 && < 0.5,
- template-haskell >= 2.11 && < 2.21
-+ template-haskell >= 2.11 && < 2.23
++ template-haskell >= 2.11 && < 2.24
if !impl(ghc >= 8.2)
build-depends: bifunctor-classes-compat >= 0.1 && < 0.2
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/087255c894e440b786727b685b613400b26d8e12
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/087255c894e440b786727b685b613400b26d8e12
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/20260106/3f2dffb1/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list