[DHG_packages] 01/01: snap-server: patch to build with newer attoparsec

Clint Adams clint at moszumanska.debian.org
Wed Jan 13 22:25:33 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 e2d8947817bc38edf7967402940472a65e6908b6
Author: Clint Adams <clint at debian.org>
Date:   Wed Jan 13 17:25:01 2016 -0500

    snap-server: patch to build with newer attoparsec
---
 p/haskell-snap-server/debian/changelog                |  6 ++++++
 p/haskell-snap-server/debian/control                  |  2 +-
 p/haskell-snap-server/debian/patches/newer-attoparsec | 11 +++++++++++
 p/haskell-snap-server/debian/patches/series           |  1 +
 4 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/p/haskell-snap-server/debian/changelog b/p/haskell-snap-server/debian/changelog
index 978a6d0..71d9df0 100644
--- a/p/haskell-snap-server/debian/changelog
+++ b/p/haskell-snap-server/debian/changelog
@@ -1,3 +1,9 @@
+haskell-snap-server (0.9.5.1-4) unstable; urgency=medium
+
+  * Patch to build with newer attoparsec.
+
+ -- Clint Adams <clint at debian.org>  Wed, 13 Jan 2016 17:15:24 -0500
+
 haskell-snap-server (0.9.5.1-3) unstable; urgency=medium
 
   * Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-snap-server/debian/control b/p/haskell-snap-server/debian/control
index 7bb354d..0c7da3d 100644
--- a/p/haskell-snap-server/debian/control
+++ b/p/haskell-snap-server/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9),
  libghc-monadcatchio-transformers-dev (<< 0.4),
  libghc-monadcatchio-transformers-prof,
  libghc-attoparsec-dev (>= 0.10),
- libghc-attoparsec-dev (<< 0.13),
+ libghc-attoparsec-dev (<< 0.14),
  libghc-attoparsec-prof,
  libghc-attoparsec-enumerator-dev (>= 0.3),
  libghc-attoparsec-enumerator-dev (<< 0.4),
diff --git a/p/haskell-snap-server/debian/patches/newer-attoparsec b/p/haskell-snap-server/debian/patches/newer-attoparsec
new file mode 100644
index 0000000..aac2627
--- /dev/null
+++ b/p/haskell-snap-server/debian/patches/newer-attoparsec
@@ -0,0 +1,11 @@
+--- a/snap-server.cabal
++++ b/snap-server.cabal
+@@ -90,7 +90,7 @@
+     Control.Concurrent.Extended
+ 
+   build-depends:
+-    attoparsec                >= 0.10     && < 0.13,
++    attoparsec                >= 0.10     && < 0.14,
+     attoparsec-enumerator     >= 0.3      && < 0.4,
+     base                      >= 4.4      && < 5,
+     blaze-builder             >= 0.2.1.4  && < 0.5,
diff --git a/p/haskell-snap-server/debian/patches/series b/p/haskell-snap-server/debian/patches/series
new file mode 100644
index 0000000..d6223be
--- /dev/null
+++ b/p/haskell-snap-server/debian/patches/series
@@ -0,0 +1 @@
+newer-attoparsec

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