[Git][haskell-team/DHG_packages][master] exceptions: patch for newer transformers-compat and template-haskell
Clint Adams (@clint)
gitlab at salsa.debian.org
Fri Jun 17 02:56:23 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
804f3fc7 by Clint Adams at 2022-06-16T21:55:46-04:00
exceptions: patch for newer transformers-compat and template-haskell
- - - - -
3 changed files:
- p/haskell-exceptions/debian/changelog
- p/haskell-exceptions/debian/control
- p/haskell-exceptions/debian/patches/newer-deps
Changes:
=====================================
p/haskell-exceptions/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-exceptions (0.10.4-4) unstable; urgency=medium
+
+ * Patch for newer transformers-compat and template-haskell.
+
+ -- Clint Adams <clint at debian.org> Thu, 16 Jun 2022 21:55:31 -0400
+
haskell-exceptions (0.10.4-3) unstable; urgency=medium
* Patch for newer QuickCheck.
=====================================
p/haskell-exceptions/debian/control
=====================================
@@ -22,7 +22,7 @@ Build-Depends:
libghc-test-framework-quickcheck2-dev (>= 0.3),
libghc-test-framework-quickcheck2-dev (<< 0.4),
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,
=====================================
p/haskell-exceptions/debian/patches/newer-deps
=====================================
@@ -1,5 +1,23 @@
--- a/exceptions.cabal
+++ b/exceptions.cabal
+@@ -50,7 +50,7 @@ library
+ build-depends:
+ base >= 4.3 && < 5,
+ stm >= 2.2 && < 3,
+- template-haskell >= 2.2 && < 2.17,
++ template-haskell >= 2.2 && < 2.19,
+ mtl >= 2.0 && < 2.3
+
+ if !impl(ghc >= 8.0)
+@@ -62,7 +62,7 @@ library
+ else
+ build-depends:
+ transformers >= 0.2 && < 0.4,
+- transformers-compat >= 0.3 && < 0.7
++ transformers-compat >= 0.3 && < 0.8
+
+ exposed-modules:
+ Control.Monad.Catch
@@ -86,7 +86,7 @@ test-suite exceptions-tests
test-framework >= 0.8 && < 0.9,
test-framework-hunit >= 0.3 && < 0.4,
@@ -9,3 +27,9 @@
if flag(transformers-0-4)
build-depends:
+@@ -94,4 +94,4 @@ test-suite exceptions-tests
+ else
+ build-depends:
+ transformers >= 0.2 && < 0.4,
+- transformers-compat >= 0.3 && < 0.7
++ transformers-compat >= 0.3 && < 0.8
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/804f3fc776ff4a7173fcb81ff03b1a1b93566548
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/804f3fc776ff4a7173fcb81ff03b1a1b93566548
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/20220617/9f35eaaf/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list