[Pkg-haskell-commits] [package-plan] 01/01: Update hledger{, -lib, -web}

Clint Adams clint at moszumanska.debian.org
Sun Jun 15 17:46:11 UTC 2014


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

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

commit a21cecf2e27dd8c935c2c006260bbe19e495edc4
Author: Clint Adams <clint at debian.org>
Date:   Sun Jun 15 13:45:55 2014 -0400

    Update hledger{,-lib,-web}
---
 packages.txt                                       |  6 +++---
 patches/hledger-web/0.23.2/newer-wai.diff          | 24 ++++++++++++++++++++++
 patches/hledger-web/0.23.2/no-network-conduit.diff | 18 ++++++++++++++++
 patches/hledger-web/0.23.2/series                  |  2 ++
 4 files changed, 47 insertions(+), 3 deletions(-)

diff --git a/packages.txt b/packages.txt
index f922a63..7bad291 100644
--- a/packages.txt
+++ b/packages.txt
@@ -294,10 +294,10 @@ hit 0.5.5
 HJavaScript 0.4.7
 HJScript 0.6.1
 hjsmin 0.1.4.6
-hledger 0.22.2
+hledger 0.23.2
 hledger-interest 1.4.3 binary
-hledger-lib 0.22.2
-hledger-web 0.22.6 binary
+hledger-lib 0.23.2
+hledger-web 0.23.2 binary
 hlint 1.8.61
 hmatrix 0.15.0.0
 hoauth 0.3.5
diff --git a/patches/hledger-web/0.23.2/newer-wai.diff b/patches/hledger-web/0.23.2/newer-wai.diff
new file mode 100644
index 0000000..06ebac9
--- /dev/null
+++ b/patches/hledger-web/0.23.2/newer-wai.diff
@@ -0,0 +1,24 @@
+--- a/hledger-web.cabal
++++ b/hledger-web.cabal
+@@ -149,8 +149,8 @@ library
+                    , transformers
+                    , wai
+                    , wai-extra
+-                   , wai-handler-launch   >= 1.3 && < 2.1
+-                   , warp                 >= 1.3 && < 2.2
++                   , wai-handler-launch   >= 3.0 && < 3.1
++                   , warp                 >= 3.0 && < 3.1
+                    , yaml
+                    , yesod                >= 1.2 && < 1.3
+                    , yesod-core
+@@ -240,8 +240,8 @@ executable         hledger-web
+                    , transformers
+                    , wai
+                    , wai-extra
+-                   , wai-handler-launch   >= 1.3 && < 2.1
+-                   , warp                 >= 1.3 && < 2.2
++                   , wai-handler-launch   >= 3.0 && < 3.1
++                   , warp                 >= 3.0 && < 3.1
+                    , yaml
+                    , yesod                >= 1.2 && < 1.3
+                    , yesod-core
diff --git a/patches/hledger-web/0.23.2/no-network-conduit.diff b/patches/hledger-web/0.23.2/no-network-conduit.diff
new file mode 100644
index 0000000..3cd36b7
--- /dev/null
+++ b/patches/hledger-web/0.23.2/no-network-conduit.diff
@@ -0,0 +1,18 @@
+--- a/hledger-web.cabal
++++ b/hledger-web.cabal
+@@ -127,7 +127,6 @@ library
+                    , http-conduit
+                    , http-client          >= 0.2 && < 0.4
+                    , HUnit
+-                   , network-conduit
+                    , conduit-extra
+                    , old-locale
+                    , parsec
+@@ -227,7 +226,6 @@ executable         hledger-web
+                    , http-conduit
+                    , http-client          >= 0.2 && < 0.4
+                    , HUnit
+-                   , network-conduit
+                    , conduit-extra
+                    , old-locale
+                    , parsec
diff --git a/patches/hledger-web/0.23.2/series b/patches/hledger-web/0.23.2/series
new file mode 100644
index 0000000..7701a28
--- /dev/null
+++ b/patches/hledger-web/0.23.2/series
@@ -0,0 +1,2 @@
+no-network-conduit.diff
+newer-wai.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