[Git][haskell-team/DHG_packages][master] monad-logger: Patch for newer deps
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Tue Jul 26 08:25:56 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
df514eea by Ilias Tsitsimpis at 2022-07-26T10:24:40+03:00
monad-logger: Patch for newer deps
- - - - -
4 changed files:
- p/haskell-monad-logger/debian/changelog
- p/haskell-monad-logger/debian/control
- + p/haskell-monad-logger/debian/patches/newer-deps
- + p/haskell-monad-logger/debian/patches/series
Changes:
=====================================
p/haskell-monad-logger/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-monad-logger (0.3.36-2) unstable; urgency=medium
+
+ * Patch for newer dependencies
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 26 Jul 2022 10:24:26 +0300
+
haskell-monad-logger (0.3.36-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-monad-logger/debian/control
=====================================
@@ -21,7 +21,7 @@ Build-Depends:
libghc-exceptions-dev (<< 0.11),
libghc-exceptions-prof,
libghc-fast-logger-dev (>= 2.1),
- libghc-fast-logger-dev (<< 3.1),
+ libghc-fast-logger-dev (<< 3.2),
libghc-fast-logger-prof,
libghc-lifted-base-dev,
libghc-lifted-base-prof,
=====================================
p/haskell-monad-logger/debian/patches/newer-deps
=====================================
@@ -0,0 +1,30 @@
+Index: b/monad-logger.cabal
+===================================================================
+--- a/monad-logger.cabal
++++ b/monad-logger.cabal
+@@ -8,6 +8,7 @@ cabal-version: 1.12
+
+ name: monad-logger
+ version: 0.3.36
++x-revision: 2
+ synopsis: A class of monads which can log messages.
+ description: See README and Haddocks at <https://www.stackage.org/package/monad-logger>
+ category: System
+@@ -32,6 +33,8 @@ flag template_haskell
+ default: True
+
+ library
++ build-depends: transformers <0.6
++
+ exposed-modules:
+ Control.Monad.Logger
+ other-modules:
+@@ -42,7 +45,7 @@ library
+ , conduit >=1.0 && <1.4
+ , conduit-extra >=1.1 && <1.4
+ , exceptions >=0.6 && <0.11
+- , fast-logger >=2.1 && <3.1
++ , fast-logger >=2.1 && <3.2
+ , lifted-base
+ , monad-control >=1.0
+ , monad-loops
=====================================
p/haskell-monad-logger/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/df514eea37a408f994b70d1823e015ded31303bd
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/df514eea37a408f994b70d1823e015ded31303bd
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/20220726/d627863a/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list