[Git][haskell-team/DHG_packages][master] retry: Upgrading from 0.8.1.2 to 0.9.2.1
Clint Adams (@clint)
gitlab at salsa.debian.org
Thu Jul 21 21:35:36 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
1c617767 by Clint Adams at 2022-07-21T16:35:12-04:00
retry: Upgrading from 0.8.1.2 to 0.9.2.1
- - - - -
4 changed files:
- p/haskell-retry/debian/changelog
- p/haskell-retry/debian/control
- + p/haskell-retry/debian/patches/no-mtl-compat
- + p/haskell-retry/debian/patches/series
Changes:
=====================================
p/haskell-retry/debian/changelog
=====================================
@@ -1,9 +1,13 @@
-haskell-retry (0.8.1.2-3) UNRELEASED; urgency=medium
+haskell-retry (0.9.2.1-1) unstable; urgency=medium
+ [ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.6.1
* Remove retired developer, Joachim Breitner, from Uploaders.
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:33:01 +0300
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Thu, 21 Jul 2022 16:32:12 -0400
haskell-retry (0.8.1.2-2) unstable; urgency=medium
=====================================
p/haskell-retry/debian/control
=====================================
@@ -16,8 +16,12 @@ Build-Depends:
libghc-exceptions-prof,
libghc-random-dev (>= 1),
libghc-random-prof,
- libghc-hedgehog-dev,
- libghc-hunit-dev,
+ libghc-hunit-dev (>= 1.2.5.2),
+ libghc-hunit-prof,
+ libghc-exceptions-dev,
+ libghc-hedgehog-dev (>= 1.0),
+ libghc-hedgehog-prof,
+ libghc-random-dev,
libghc-tasty-dev,
libghc-tasty-hunit-dev,
libghc-tasty-hedgehog-dev,
=====================================
p/haskell-retry/debian/patches/no-mtl-compat
=====================================
@@ -0,0 +1,18 @@
+--- a/retry.cabal
++++ b/retry.cabal
+@@ -42,7 +42,6 @@ library
+ , random >= 1
+ , transformers
+ , mtl
+- , mtl-compat
+ hs-source-dirs: src
+ default-language: Haskell2010
+
+@@ -73,7 +72,6 @@ test-suite test
+ , stm
+ , ghc-prim
+ , mtl
+- , mtl-compat
+ default-language: Haskell2010
+
+ if flag(lib-Werror)
=====================================
p/haskell-retry/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-mtl-compat
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1c61776767fb6f4160b19dc9209ce5429ee719ef
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1c61776767fb6f4160b19dc9209ce5429ee719ef
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/20220721/ad0a233a/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list