[Git][haskell-team/DHG_packages][master] happstack-authenticate: Upgrading from 2.4.0.3 to 2.6.1
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Mon Aug 8 15:18:10 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
0eb412dc by Ilias Tsitsimpis at 2022-08-08T17:18:02+03:00
happstack-authenticate: Upgrading from 2.4.0.3 to 2.6.1
- - - - -
3 changed files:
- p/haskell-happstack-authenticate/debian/changelog
- p/haskell-happstack-authenticate/debian/control
- p/haskell-happstack-authenticate/debian/patches/use-pwstore-fast.patch
Changes:
=====================================
p/haskell-happstack-authenticate/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-happstack-authenticate (2.4.0.3-2) UNRELEASED; urgency=medium
+haskell-happstack-authenticate (2.6.1-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:32:27 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 08 Aug 2022 17:07:11 +0300
haskell-happstack-authenticate (2.4.0.3-1) unstable; urgency=medium
=====================================
p/haskell-happstack-authenticate/debian/control
=====================================
@@ -14,13 +14,13 @@ Build-Depends:
libghc-acid-state-dev (>= 0.6),
libghc-acid-state-dev (<< 0.17),
libghc-acid-state-prof,
- libghc-aeson-dev (<= 1.5),
+ libghc-aeson-dev,
libghc-aeson-prof,
libghc-authenticate-dev (<< 1.4),
libghc-authenticate-dev (>= 1.3),
libghc-authenticate-prof,
- libghc-base64-bytestring-dev (<< 1.1),
libghc-base64-bytestring-dev (>= 1.0),
+ libghc-base64-bytestring-dev (<< 1.3),
libghc-base64-bytestring-prof,
libghc-boomerang-dev (<< 1.5),
libghc-boomerang-dev (>= 1.4),
@@ -38,7 +38,7 @@ Build-Depends:
libghc-happstack-jmacro-dev (>= 7.0),
libghc-happstack-jmacro-prof,
libghc-happstack-server-dev (>= 6.0),
- libghc-happstack-server-dev (<< 7.7),
+ libghc-happstack-server-dev (<< 7.8),
libghc-happstack-server-prof,
libghc-hsp-dev (<< 0.11),
libghc-hsp-dev (>= 0.10),
@@ -61,19 +61,19 @@ Build-Depends:
libghc-jmacro-dev (<< 0.7),
libghc-jmacro-dev (>= 0.6.11),
libghc-jmacro-prof,
- libghc-jwt-dev (<< 0.11),
libghc-jwt-dev (>= 0.3),
+ libghc-jwt-dev (<< 0.12),
libghc-jwt-prof,
libghc-lens-dev (>= 4.2),
- libghc-lens-dev (<< 4.20),
+ libghc-lens-dev (<< 5.2),
libghc-lens-prof,
libghc-mime-mail-dev (<< 0.6),
libghc-mime-mail-dev (>= 0.4),
libghc-mime-mail-prof,
libghc-pwstore-fast-dev,
libghc-pwstore-fast-prof,
- libghc-random-dev (<< 1.2),
libghc-random-dev (>= 1.0),
+ libghc-random-dev (<< 1.3),
libghc-random-prof,
libghc-safecopy-dev (>= 0.8),
libghc-safecopy-dev (<< 0.11),
=====================================
p/haskell-happstack-authenticate/debian/patches/use-pwstore-fast.patch
=====================================
@@ -1,11 +1,13 @@
+Index: b/happstack-authenticate.cabal
+===================================================================
--- a/happstack-authenticate.cabal
+++ b/happstack-authenticate.cabal
-@@ -67,7 +67,7 @@
+@@ -68,7 +68,7 @@ Library
mime-mail >= 0.4 && < 0.6,
mtl >= 2.0 && < 2.3,
- lens >= 4.2 && < 4.20,
+ lens >= 4.2 && < 5.2,
- pwstore-purehaskell == 2.1.*,
+ pwstore-fast,
- text >= 0.11 && < 1.3,
- time >= 1.2 && < 1.11,
- userid >= 0.1 && < 0.2,
+ stm >= 2.4 && < 2.6,
+ text >= 0.11 && < 2.1,
+ time >= 1.2 && < 1.14,
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/0eb412dc3ed52643ec339f3939f55c6accd43433
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/0eb412dc3ed52643ec339f3939f55c6accd43433
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/20220808/41015f05/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list