[Pkg-haskell-commits] [package-plan] 369/457: Import happstack-authenticate patches

Joachim Breitner nomeata at moszumanska.debian.org
Mon Apr 14 20:05:49 UTC 2014


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository package-plan.

commit 7998efeefc885a60d5290d9d4a4c4e61bc947957
Author: Clint Adams <clint at debian.org>
Date:   Tue Dec 31 15:46:02 2013 +0000

    Import happstack-authenticate patches
---
 packages.txt                                         |  2 +-
 .../0.10.5/faster-pwstore.diff                       | 20 ++++++++++++++++++++
 patches/happstack-authenticate/0.10.5/series         |  1 +
 3 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/packages.txt b/packages.txt
index e5de458..494a121 100644
--- a/packages.txt
+++ b/packages.txt
@@ -231,7 +231,7 @@ haddock 2.13.1
 hakyll 4.4.1.2
 hamlet 1.1.7.1
 happstack 7.0.1
-happstack-authenticate 0.10.5 patched for pwstore-fast instead of pwstore-purehaskell
+happstack-authenticate 0.10.5
 happstack-heist 7.2.1
 happstack-hsp 7.2.2
 happstack-server 7.1.7
diff --git a/patches/happstack-authenticate/0.10.5/faster-pwstore.diff b/patches/happstack-authenticate/0.10.5/faster-pwstore.diff
new file mode 100644
index 0000000..f28f7f3
--- /dev/null
+++ b/patches/happstack-authenticate/0.10.5/faster-pwstore.diff
@@ -0,0 +1,20 @@
+pwstore-fast is already in Debian and is reportedly much faster.
+
+--- a/happstack-authenticate.cabal
++++ b/happstack-authenticate.cabal
+@@ -44,7 +44,7 @@
+                        fb                           >= 0.13 && < 0.15,
+                        safecopy                     >= 0.6,
+                        mtl                          >= 2.0,
+-                       pwstore-purehaskell          == 2.1.*,
++                       pwstore-fast,
+                        QuickCheck                   >= 2,
+                        text                         == 0.11.*,
+                        time                         >= 1.2 && < 1.5,
+@@ -53,4 +53,4 @@
+                        reform-happstack             == 0.2.*,
+                        unordered-containers         == 0.2.*,
+                        web-routes                   >= 0.26 && < 0.28,
+-                       web-routes-happstack         == 0.23.*
+\ No newline at end of file
++                       web-routes-happstack         == 0.23.*
diff --git a/patches/happstack-authenticate/0.10.5/series b/patches/happstack-authenticate/0.10.5/series
new file mode 100644
index 0000000..d1ea239
--- /dev/null
+++ b/patches/happstack-authenticate/0.10.5/series
@@ -0,0 +1 @@
+faster-pwstore.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list