[DHG_packages] 04/04: happstack-authenticate: Upgrading from 2.3.4.5 to 2.3.4.6
Clint Adams
clint at moszumanska.debian.org
Wed Oct 26 22:38:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 36274f055a4ad506a7bdf6bbc0669cabc105da3c
Author: Clint Adams <clint at debian.org>
Date: Wed Oct 26 18:35:44 2016 -0400
happstack-authenticate: Upgrading from 2.3.4.5 to 2.3.4.6
---
p/haskell-happstack-authenticate/debian/changelog | 6 ++++++
p/haskell-happstack-authenticate/debian/control | 2 +-
.../debian/patches/use-pwstore-fast.patch | 6 +++---
3 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/p/haskell-happstack-authenticate/debian/changelog b/p/haskell-happstack-authenticate/debian/changelog
index 067f895..def7290 100644
--- a/p/haskell-happstack-authenticate/debian/changelog
+++ b/p/haskell-happstack-authenticate/debian/changelog
@@ -1,3 +1,9 @@
+haskell-happstack-authenticate (2.3.4.6-1) experimental; urgency=medium
+
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Wed, 26 Oct 2016 18:35:44 -0400
+
haskell-happstack-authenticate (2.3.4.5-1) experimental; urgency=medium
* New upstream version.
diff --git a/p/haskell-happstack-authenticate/debian/control b/p/haskell-happstack-authenticate/debian/control
index f8ae8b4..6c8f50f 100644
--- a/p/haskell-happstack-authenticate/debian/control
+++ b/p/haskell-happstack-authenticate/debian/control
@@ -63,8 +63,8 @@ Build-Depends:
libghc-jwt-dev (<< 0.8),
libghc-jwt-dev (>= 0.3),
libghc-jwt-prof,
- libghc-lens-dev (<< 4.15),
libghc-lens-dev (>= 4.2),
+ libghc-lens-dev (<< 4.16),
libghc-lens-prof,
libghc-mime-mail-dev (<< 0.5),
libghc-mime-mail-dev (>= 0.4),
diff --git a/p/haskell-happstack-authenticate/debian/patches/use-pwstore-fast.patch b/p/haskell-happstack-authenticate/debian/patches/use-pwstore-fast.patch
index 66f2efb..5c4f71e 100644
--- a/p/haskell-happstack-authenticate/debian/patches/use-pwstore-fast.patch
+++ b/p/haskell-happstack-authenticate/debian/patches/use-pwstore-fast.patch
@@ -1,15 +1,15 @@
--- a/happstack-authenticate.cabal
+++ b/happstack-authenticate.cabal
-@@ -67,7 +67,7 @@
+@@ -67,7 +67,7 @@ Library
mime-mail >= 0.4 && < 0.5,
mtl >= 2.0 && < 2.3,
- lens >= 4.2 && < 4.15,
+ lens >= 4.2 && < 4.16,
- pwstore-purehaskell == 2.1.*,
+ pwstore-fast,
text >= 0.11 && < 1.3,
time >= 1.2 && < 1.7,
userid >= 0.1 && < 0.2,
-@@ -78,4 +78,4 @@
+@@ -78,4 +78,4 @@ Library
web-routes-boomerang >= 0.28 && < 0.29,
web-routes-happstack == 0.23.*,
web-routes-th >= 0.22 && < 0.23,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list