[DHG_packages] 12/20: happstack-authenticate: Upgrading from 2.3.4.1 to 2.3.4.2
Clint Adams
clint at moszumanska.debian.org
Tue Jul 12 20:49:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit 584322470cc837b38155d646821e55356f033144
Author: Clint Adams <clint at debian.org>
Date: Tue Jul 12 16:39:50 2016 -0400
happstack-authenticate: Upgrading from 2.3.4.1 to 2.3.4.2
---
p/haskell-happstack-authenticate/debian/changelog | 6 ++++++
p/haskell-happstack-authenticate/debian/control | 4 ++--
.../debian/patches/use-pwstore-fast.patch | 13 ++++++++++---
3 files changed, 18 insertions(+), 5 deletions(-)
diff --git a/p/haskell-happstack-authenticate/debian/changelog b/p/haskell-happstack-authenticate/debian/changelog
index f09a2bf..50f52d6 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.2-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Tue, 12 Jul 2016 16:39:50 -0400
+
haskell-happstack-authenticate (2.3.4.1-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-happstack-authenticate/debian/control b/p/haskell-happstack-authenticate/debian/control
index aa9a74f..90d149e 100644
--- a/p/haskell-happstack-authenticate/debian/control
+++ b/p/haskell-happstack-authenticate/debian/control
@@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 9),
libghc-boomerang-dev (<< 1.5),
libghc-boomerang-prof,
libghc-data-default-dev (>= 0.5),
- libghc-data-default-dev (<< 0.6),
+ libghc-data-default-dev (<< 0.8),
libghc-data-default-prof,
libghc-email-validate-dev (>= 2.1),
libghc-email-validate-dev (<< 2.3),
@@ -62,7 +62,7 @@ Build-Depends: debhelper (>= 9),
libghc-jwt-dev (<< 0.8),
libghc-jwt-prof,
libghc-lens-dev (>= 4.2),
- libghc-lens-dev (<< 4.14),
+ libghc-lens-dev (<< 4.15),
libghc-lens-prof,
libghc-mime-mail-dev (>= 0.4),
libghc-mime-mail-dev (<< 0.5),
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 e19fe8c..66f2efb 100644
--- a/p/haskell-happstack-authenticate/debian/patches/use-pwstore-fast.patch
+++ b/p/haskell-happstack-authenticate/debian/patches/use-pwstore-fast.patch
@@ -1,11 +1,18 @@
--- a/happstack-authenticate.cabal
+++ b/happstack-authenticate.cabal
-@@ -67,7 +67,7 @@ Library
+@@ -67,7 +67,7 @@
mime-mail >= 0.4 && < 0.5,
mtl >= 2.0 && < 2.3,
- lens >= 4.2 && < 4.14,
+ lens >= 4.2 && < 4.15,
- pwstore-purehaskell == 2.1.*,
+ pwstore-fast,
text >= 0.11 && < 1.3,
- time >= 1.2 && < 1.6,
+ time >= 1.2 && < 1.7,
userid >= 0.1 && < 0.2,
+@@ -78,4 +78,4 @@
+ web-routes-boomerang >= 0.28 && < 0.29,
+ web-routes-happstack == 0.23.*,
+ web-routes-th >= 0.22 && < 0.23,
+- web-routes-hsp >= 0.24 && < 0.25
+\ No newline at end of file
++ web-routes-hsp >= 0.24 && < 0.25
--
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