[Git][haskell-team/DHG_packages][master] data-functor-logistic: patch for newer base
Clint Adams (@clint)
gitlab at salsa.debian.org
Fri Jan 9 04:07:23 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
4ca64a0f by Clint Adams at 2026-01-08T23:06:45-05:00
data-functor-logistic: patch for newer base
- - - - -
2 changed files:
- p/haskell-data-functor-logistic/debian/changelog
- p/haskell-data-functor-logistic/debian/patches/newer-deps
Changes:
=====================================
p/haskell-data-functor-logistic/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-data-functor-logistic (0.0-5) unstable; urgency=medium
+
+ * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org> Thu, 08 Jan 2026 23:04:14 -0500
+
haskell-data-functor-logistic (0.0-4) unstable; urgency=medium
[ Scott Talbert ]
=====================================
p/haskell-data-functor-logistic/debian/patches/newer-deps
=====================================
@@ -1,21 +1,11 @@
-Index: b/data-functor-logistic.cabal
-===================================================================
--- a/data-functor-logistic.cabal
+++ b/data-functor-logistic.cabal
-@@ -1,6 +1,7 @@
- cabal-version: 2.4
- name: data-functor-logistic
- version: 0.0
-+x-revision: 2
- synopsis: Updatable analogue of Distributive functors
- description: See README.md
- bug-reports: https://github.com/fumieval/data-functor-logistic
-@@ -14,7 +15,7 @@ extra-source-files: CHANGELOG.md, README
+@@ -14,7 +14,7 @@ extra-source-files: CHANGELOG.md, README
library
exposed-modules:
Data.Functor.Logistic
- build-depends: base >= 4.9 && <4.17, distributive
-+ build-depends: base >= 4.9 && <4.20, distributive
++ build-depends: base >= 4.9 && <5, distributive
default-language: Haskell2010
ghc-options: -Wall -Wcompat
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4ca64a0f7e670362cb90e317b0a20549435852cc
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4ca64a0f7e670362cb90e317b0a20549435852cc
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/20260109/fb8081fc/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list