[Git][haskell-team/DHG_packages][master] mmorph: patch for newer deps
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Aug 29 15:11:48 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
623105a0 by Clint Adams at 2023-08-29T10:11:22-04:00
mmorph: patch for newer deps
- - - - -
4 changed files:
- p/haskell-mmorph/debian/changelog
- p/haskell-mmorph/debian/control
- + p/haskell-mmorph/debian/patches/newer-deps
- + p/haskell-mmorph/debian/patches/series
Changes:
=====================================
p/haskell-mmorph/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-mmorph (1.2.0-2) unstable; urgency=medium
+
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Tue, 29 Aug 2023 10:09:44 -0400
+
haskell-mmorph (1.2.0-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-mmorph/debian/control
=====================================
@@ -11,7 +11,7 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-transformers-compat-dev (>= 0.3),
- libghc-transformers-compat-dev (<< 0.7),
+ libghc-transformers-compat-dev (<< 0.8),
libghc-transformers-compat-prof,
Build-Depends-Indep: ghc-doc, libghc-transformers-compat-doc
Standards-Version: 4.6.2
=====================================
p/haskell-mmorph/debian/patches/newer-deps
=====================================
@@ -0,0 +1,15 @@
+--- a/mmorph.cabal
++++ b/mmorph.cabal
+@@ -21,9 +21,9 @@ Library
+ Hs-Source-Dirs: src
+ Build-Depends:
+ base >= 4.5 && < 5 ,
+- mtl >= 2.1 && < 2.3,
+- transformers >= 0.2.0.0 && < 0.6,
+- transformers-compat >= 0.3 && < 0.7
++ mtl >= 2.1 && < 2.4,
++ transformers >= 0.2.0.0 && < 0.7,
++ transformers-compat >= 0.3 && < 0.8
+ if impl(ghc < 8.0)
+ Build-Depends:
+ fail == 4.9.*
=====================================
p/haskell-mmorph/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/623105a0253c53b6eb6183a804b57f06fde280fa
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/623105a0253c53b6eb6183a804b57f06fde280fa
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/20230829/be8f6361/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list