[Pkg-haskell-commits] [package-plan] 04/05: Avoid pwstore-purehaskell

Joachim Breitner nomeata at moszumanska.debian.org
Thu Apr 2 15:24:24 UTC 2015


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

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

commit 0cc25bd230476f905357a7071433133bcaa5c09b
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Apr 2 16:01:44 2015 +0200

    Avoid pwstore-purehaskell
---
 packages.txt                                              |  1 +
 .../happstack-authenticate/0.10.16/faster-pwstore.diff    | 15 +++++++++++++++
 patches/happstack-authenticate/0.10.16/series             |  1 +
 3 files changed, 17 insertions(+)

diff --git a/packages.txt b/packages.txt
index c4f38b4..9d4548a 100644
--- a/packages.txt
+++ b/packages.txt
@@ -557,6 +557,7 @@ publicsuffixlist 0.1
 punycode 2.0 notest
 pureMD5 2.1.2.1
 pwstore-fast 2.4.4
+pwstore-purehaskell 0 avoid # always patch packages to use pwstore-fast
 QuickCheck 2.7.6
 quickcheck-instances 0.3.8
 quickcheck-io 0.1.0
diff --git a/patches/happstack-authenticate/0.10.16/faster-pwstore.diff b/patches/happstack-authenticate/0.10.16/faster-pwstore.diff
new file mode 100644
index 0000000..7d579bc
--- /dev/null
+++ b/patches/happstack-authenticate/0.10.16/faster-pwstore.diff
@@ -0,0 +1,15 @@
+pwstore-fast is already in Debian and is reportedly much faster.
+
+Index: happstack-authenticate-0.10.16/happstack-authenticate.cabal
+===================================================================
+--- happstack-authenticate-0.10.16.orig/happstack-authenticate.cabal	2015-04-02 16:01:04.122341479 +0200
++++ happstack-authenticate-0.10.16/happstack-authenticate.cabal	2015-04-02 16:01:04.118341390 +0200
+@@ -44,7 +44,7 @@
+                        fb                           >= 0.13 && < 1.1,
+                        safecopy                     >= 0.6,
+                        mtl                          >= 2.0,
+-                       pwstore-purehaskell          == 2.1.*,
++                       pwstore-fast,
+                        QuickCheck                   >= 2,
+                        text                         >= 0.11 && < 1.3,
+                        time                         >= 1.2 && < 1.6,
diff --git a/patches/happstack-authenticate/0.10.16/series b/patches/happstack-authenticate/0.10.16/series
new file mode 100644
index 0000000..d1ea239
--- /dev/null
+++ b/patches/happstack-authenticate/0.10.16/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