[DHG_packages] 94/101: happstack-hsp: ghc-7.10 compat patch

Joachim Breitner nomeata at moszumanska.debian.org
Sun Aug 16 14:06:11 UTC 2015


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

nomeata pushed a commit to branch st3
in repository DHG_packages.

commit 49cf0802f0a8b39d89a8567e68f87cff3675ecb9
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Aug 16 10:21:02 2015 +0200

    happstack-hsp: ghc-7.10 compat patch
---
 p/haskell-happstack-hsp/debian/changelog               |  6 ++++++
 p/haskell-happstack-hsp/debian/control                 |  2 +-
 p/haskell-happstack-hsp/debian/patches/ghc-7.10-compat | 11 +++++++++++
 p/haskell-happstack-hsp/debian/patches/series          |  1 +
 4 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/p/haskell-happstack-hsp/debian/changelog b/p/haskell-happstack-hsp/debian/changelog
index f3155f1..c979984 100644
--- a/p/haskell-happstack-hsp/debian/changelog
+++ b/p/haskell-happstack-hsp/debian/changelog
@@ -1,3 +1,9 @@
+haskell-happstack-hsp (7.3.5-2) UNRELEASED; urgency=medium
+
+  * ghc-7.10 compat patch
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 16 Aug 2015 10:20:56 +0200
+
 haskell-happstack-hsp (7.3.5-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-happstack-hsp/debian/control b/p/haskell-happstack-hsp/debian/control
index a99d2b0..3a022eb 100644
--- a/p/haskell-happstack-hsp/debian/control
+++ b/p/haskell-happstack-hsp/debian/control
@@ -24,7 +24,7 @@ Build-Depends: debhelper (>= 9),
  libghc-mtl-dev (<< 2.3),
  libghc-mtl-prof,
  libghc-syb-dev (>= 0.3),
- libghc-syb-dev (<< 0.5),
+ libghc-syb-dev (<< 0.6),
  libghc-syb-prof,
  libghc-text-dev (>= 0.10),
  libghc-text-dev (<< 1.3),
diff --git a/p/haskell-happstack-hsp/debian/patches/ghc-7.10-compat b/p/haskell-happstack-hsp/debian/patches/ghc-7.10-compat
new file mode 100644
index 0000000..1aadda7
--- /dev/null
+++ b/p/haskell-happstack-hsp/debian/patches/ghc-7.10-compat
@@ -0,0 +1,11 @@
+Index: haskell-happstack-hsp/happstack-hsp.cabal
+===================================================================
+--- haskell-happstack-hsp.orig/happstack-hsp.cabal	2015-05-15 03:41:30.000000000 +0200
++++ haskell-happstack-hsp/happstack-hsp.cabal	2015-08-16 10:20:49.145453731 +0200
+@@ -32,5 +32,5 @@
+                        hsx2hs           >= 0.13.0 && < 0.14,
+                        mtl              >= 1.1 && < 2.3,
+                        utf8-string      >= 0.3 && < 1.1,
+-                       syb              >= 0.3 && < 0.5,
++                       syb              >= 0.3 && < 0.6,
+                        text             >= 0.10 && < 1.3
diff --git a/p/haskell-happstack-hsp/debian/patches/series b/p/haskell-happstack-hsp/debian/patches/series
new file mode 100644
index 0000000..b2b2b59
--- /dev/null
+++ b/p/haskell-happstack-hsp/debian/patches/series
@@ -0,0 +1 @@
+ghc-7.10-compat

-- 
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