[DHG_packages] 01/01: snap: patch for newer aeson, cereal, and lens

Clint Adams clint at moszumanska.debian.org
Thu Jan 14 01:12:42 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 d0a1054af0406ae65a01e358e2a9163a51613225
Author: Clint Adams <clint at debian.org>
Date:   Wed Jan 13 20:12:02 2016 -0500

    snap: patch for newer aeson, cereal, and lens
---
 p/haskell-snap/debian/changelog                    |  6 ++++++
 p/haskell-snap/debian/control                      |  7 ++++---
 .../debian/patches/newer-aeson-and-cereal-and-lens | 24 ++++++++++++++++++++++
 p/haskell-snap/debian/patches/series               |  1 +
 4 files changed, 35 insertions(+), 3 deletions(-)

diff --git a/p/haskell-snap/debian/changelog b/p/haskell-snap/debian/changelog
index 55e14e5..d3d6e39 100644
--- a/p/haskell-snap/debian/changelog
+++ b/p/haskell-snap/debian/changelog
@@ -1,3 +1,9 @@
+haskell-snap (0.14.0.6-4) unstable; urgency=medium
+
+  * Patch for newer aeson, cereal, and lens.
+
+ -- Clint Adams <clint at debian.org>  Wed, 13 Jan 2016 19:56:20 -0500
+
 haskell-snap (0.14.0.6-3) unstable; urgency=medium
 
   * Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-snap/debian/control b/p/haskell-snap/debian/control
index 8d26832..2c16fa8 100644
--- a/p/haskell-snap/debian/control
+++ b/p/haskell-snap/debian/control
@@ -11,13 +11,14 @@ Build-Depends: debhelper (>= 9),
  libghc-monadcatchio-transformers-dev (>= 0.2),
  libghc-monadcatchio-transformers-dev (<< 0.4),
  libghc-monadcatchio-transformers-prof,
- libghc-aeson-dev,
+ libghc-aeson-dev (>= 0.7.0.4),
+ libghc-aeson-dev (<< 0.11),
  libghc-aeson-prof,
  libghc-attoparsec-dev (>= 0.10),
  libghc-attoparsec-dev (<< 0.14),
  libghc-attoparsec-prof,
  libghc-cereal-dev (>= 0.3),
- libghc-cereal-dev (<< 0.5),
+ libghc-cereal-dev (<< 0.6),
  libghc-cereal-prof,
  libghc-clientsession-dev (>= 0.8),
  libghc-clientsession-dev (<< 0.10),
@@ -43,7 +44,7 @@ Build-Depends: debhelper (>= 9),
  libghc-heist-dev (<< 0.15),
  libghc-heist-prof,
  libghc-lens-dev (>= 3.7.6),
- libghc-lens-dev (<< 4.13),
+ libghc-lens-dev (<< 4.14),
  libghc-lens-prof,
  libghc-logict-dev (>= 0.4.2),
  libghc-logict-dev (<< 0.7),
diff --git a/p/haskell-snap/debian/patches/newer-aeson-and-cereal-and-lens b/p/haskell-snap/debian/patches/newer-aeson-and-cereal-and-lens
new file mode 100644
index 0000000..a707e3a
--- /dev/null
+++ b/p/haskell-snap/debian/patches/newer-aeson-and-cereal-and-lens
@@ -0,0 +1,24 @@
+--- a/snap.cabal
++++ b/snap.cabal
+@@ -147,10 +147,10 @@
+   build-depends:
+     MonadCatchIO-transformers >= 0.2      && < 0.4,
+     -- Blacklist aeson versions with problems from lack of upper bounds
+-    aeson                     (>= 0.6 && < 0.7) || (>= 0.7.0.4 && < 0.10),
++    aeson                     (>= 0.6 && < 0.7) || (>= 0.7.0.4 && < 0.11),
+     attoparsec                >= 0.10     && < 0.14,
+     bytestring                >= 0.9.1    && < 0.11,
+-    cereal                    >= 0.3      && < 0.5,
++    cereal                    >= 0.3      && < 0.6,
+     clientsession             >= 0.8      && < 0.10,
+     comonad                   >= 1.1      && < 4.3,
+     configurator              >= 0.1      && < 0.4,
+@@ -187,7 +187,7 @@
+   else
+     build-depends:
+       base                      >= 4.4      && < 5,
+-      lens                      >= 3.7.6    && < 4.13
++      lens                      >= 3.7.6    && < 4.14
+ 
+   extensions:
+     BangPatterns,
diff --git a/p/haskell-snap/debian/patches/series b/p/haskell-snap/debian/patches/series
index e341243..91d220b 100644
--- a/p/haskell-snap/debian/patches/series
+++ b/p/haskell-snap/debian/patches/series
@@ -1 +1,2 @@
 rename-snap-binary
+newer-aeson-and-cereal-and-lens

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