[DHG_packages] 01/01: heist: patch to build with newer aeson and vector

Clint Adams clint at moszumanska.debian.org
Wed Jan 13 22:52:24 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 9eae808cfe35d6061b906d8db59a7ec2cbc5d5e5
Author: Clint Adams <clint at debian.org>
Date:   Wed Jan 13 17:51:41 2016 -0500

    heist: patch to build with newer aeson and vector
---
 p/haskell-heist/debian/changelog                     |  6 ++++++
 p/haskell-heist/debian/control                       |  4 ++--
 .../debian/patches/newer-aeson-and-vector            | 20 ++++++++++++++++++++
 p/haskell-heist/debian/patches/series                |  1 +
 4 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/p/haskell-heist/debian/changelog b/p/haskell-heist/debian/changelog
index ee91776..d317e37 100644
--- a/p/haskell-heist/debian/changelog
+++ b/p/haskell-heist/debian/changelog
@@ -1,3 +1,9 @@
+haskell-heist (0.14.1.1-4) unstable; urgency=medium
+
+  * Patch to build with newer aeson and vector.
+
+ -- Clint Adams <clint at debian.org>  Wed, 13 Jan 2016 17:50:10 -0500
+
 haskell-heist (0.14.1.1-3) unstable; urgency=medium
 
   * Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-heist/debian/control b/p/haskell-heist/debian/control
index fb87070..de1a19e 100644
--- a/p/haskell-heist/debian/control
+++ b/p/haskell-heist/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9),
  libghc-monadcatchio-transformers-dev (<< 0.4),
  libghc-monadcatchio-transformers-prof,
  libghc-aeson-dev (>= 0.6),
- libghc-aeson-dev (<< 0.9),
+ libghc-aeson-dev (<< 0.11),
  libghc-aeson-prof,
  libghc-attoparsec-dev (>= 0.10),
  libghc-attoparsec-dev (<< 0.14),
@@ -51,7 +51,7 @@ Build-Depends: debhelper (>= 9),
  libghc-unordered-containers-dev (<< 0.3),
  libghc-unordered-containers-prof,
  libghc-vector-dev (>= 0.9),
- libghc-vector-dev (<< 0.11),
+ libghc-vector-dev (<< 0.12),
  libghc-vector-prof,
  libghc-xmlhtml-dev (>= 0.2.3),
  libghc-xmlhtml-dev (<< 0.3),
diff --git a/p/haskell-heist/debian/patches/newer-aeson-and-vector b/p/haskell-heist/debian/patches/newer-aeson-and-vector
new file mode 100644
index 0000000..82b744e
--- /dev/null
+++ b/p/haskell-heist/debian/patches/newer-aeson-and-vector
@@ -0,0 +1,20 @@
+--- a/heist.cabal
++++ b/heist.cabal
+@@ -140,7 +140,7 @@
+ 
+   build-depends:
+     MonadCatchIO-transformers  >= 0.2.1   && < 0.4,
+-    aeson                      >= 0.6     && < 0.9,
++    aeson                      >= 0.6     && < 0.11,
+     attoparsec                 >= 0.10    && < 0.14,
+     base                       >= 4.5     && < 5,
+     blaze-builder              >= 0.2     && < 0.5,
+@@ -161,7 +161,7 @@
+     time                       >= 1.1     && < 1.6,
+     transformers               >= 0.3     && < 0.5,
+     unordered-containers       >= 0.1.4   && < 0.3,
+-    vector                     >= 0.9     && < 0.11,
++    vector                     >= 0.9     && < 0.12,
+     xmlhtml                    >= 0.2.3   && < 0.3
+ 
+   if impl(ghc >= 6.12.0)
diff --git a/p/haskell-heist/debian/patches/series b/p/haskell-heist/debian/patches/series
new file mode 100644
index 0000000..6bb791c
--- /dev/null
+++ b/p/haskell-heist/debian/patches/series
@@ -0,0 +1 @@
+newer-aeson-and-vector

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