[DHG_packages] 01/01: lens-aeson: patch to build with newer aeson

Clint Adams clint at moszumanska.debian.org
Wed Jan 13 22:59:11 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 13a0e896fed89ce064f6bdae592d9332fa161b87
Author: Clint Adams <clint at debian.org>
Date:   Wed Jan 13 17:58:45 2016 -0500

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

diff --git a/p/haskell-lens-aeson/debian/changelog b/p/haskell-lens-aeson/debian/changelog
index 45caec8..54cadcd 100644
--- a/p/haskell-lens-aeson/debian/changelog
+++ b/p/haskell-lens-aeson/debian/changelog
@@ -1,3 +1,9 @@
+haskell-lens-aeson (1.0.0.5-2) unstable; urgency=medium
+
+  * Patch to build with newer aeson.
+
+ -- Clint Adams <clint at debian.org>  Wed, 13 Jan 2016 17:56:31 -0500
+
 haskell-lens-aeson (1.0.0.5-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-lens-aeson/debian/control b/p/haskell-lens-aeson/debian/control
index e570043..fae689d 100644
--- a/p/haskell-lens-aeson/debian/control
+++ b/p/haskell-lens-aeson/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
  ghc,
  ghc-prof,
  libghc-aeson-dev (>= 0.7.0.5),
- libghc-aeson-dev (<< 0.10),
+ libghc-aeson-dev (<< 0.11),
  libghc-aeson-prof,
  libghc-attoparsec-dev (>= 0.10),
  libghc-attoparsec-dev (<< 0.14),
diff --git a/p/haskell-lens-aeson/debian/patches/newer-aeson b/p/haskell-lens-aeson/debian/patches/newer-aeson
new file mode 100644
index 0000000..cd7de8a
--- /dev/null
+++ b/p/haskell-lens-aeson/debian/patches/newer-aeson
@@ -0,0 +1,11 @@
+--- a/lens-aeson.cabal
++++ b/lens-aeson.cabal
+@@ -46,7 +46,7 @@
+     unordered-containers >= 0.2.3     && < 0.3,
+     attoparsec           >= 0.10      && < 0.14,
+     bytestring           >= 0.9       && < 0.11,
+-    aeson                >= 0.7.0.5   && < 0.10,
++    aeson                >= 0.7.0.5   && < 0.11,
+     scientific           >= 0.3.2     && < 0.4
+ 
+   exposed-modules:
diff --git a/p/haskell-lens-aeson/debian/patches/series b/p/haskell-lens-aeson/debian/patches/series
new file mode 100644
index 0000000..e38a343
--- /dev/null
+++ b/p/haskell-lens-aeson/debian/patches/series
@@ -0,0 +1 @@
+newer-aeson

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