[DHG_packages] 01/01: haskell-hoogle: fix build with new src-exts
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Fri Jul 21 18:30:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository DHG_packages.
commit 5e09afce64676ae3040c6c21694606eb6470a8a7
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Fri Jul 21 20:29:41 2017 +0200
haskell-hoogle: fix build with new src-exts
---
p/haskell-hoogle/debian/changelog | 6 ++++++
p/haskell-hoogle/debian/control | 2 +-
p/haskell-hoogle/debian/patches/new-src-exts.patch | 11 +++++++++++
p/haskell-hoogle/debian/patches/series | 1 +
4 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/p/haskell-hoogle/debian/changelog b/p/haskell-hoogle/debian/changelog
index a51f373..816d65b 100644
--- a/p/haskell-hoogle/debian/changelog
+++ b/p/haskell-hoogle/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hoogle (5.0.1+dfsg1-3) unstable; urgency=medium
+
+ * Relax dependencies for new src-exts.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Fri, 21 Jul 2017 19:35:28 +0200
+
haskell-hoogle (5.0.1+dfsg1-2) unstable; urgency=medium
* Add missing dependency on libghc-js-jquery-data.
diff --git a/p/haskell-hoogle/debian/control b/p/haskell-hoogle/debian/control
index 416b940..9b721a1 100644
--- a/p/haskell-hoogle/debian/control
+++ b/p/haskell-hoogle/debian/control
@@ -44,7 +44,7 @@ Build-Depends:
libghc-resourcet-dev,
libghc-resourcet-prof,
libghc-shake-dev (>= 0.14),
- libghc-src-exts-dev (<< 1.18),
+ libghc-src-exts-dev (<< 1.19),
libghc-src-exts-dev (>= 1.16),
libghc-src-exts-prof,
libghc-tagsoup-dev (>= 0.11),
diff --git a/p/haskell-hoogle/debian/patches/new-src-exts.patch b/p/haskell-hoogle/debian/patches/new-src-exts.patch
new file mode 100644
index 0000000..147e720
--- /dev/null
+++ b/p/haskell-hoogle/debian/patches/new-src-exts.patch
@@ -0,0 +1,11 @@
+--- haskell-hoogle-5.0.1+dfsg1.orig/hoogle.cabal
++++ haskell-hoogle-5.0.1+dfsg1/hoogle.cabal
+@@ -53,7 +53,7 @@ library
+ directory,
+ extra >= 1.4,
+ filepath,
+- haskell-src-exts >= 1.16 && < 1.18,
++ haskell-src-exts >= 1.16 && < 1.19,
+ http-conduit,
+ http-types,
+ js-flot,
diff --git a/p/haskell-hoogle/debian/patches/series b/p/haskell-hoogle/debian/patches/series
index 077f796..763edb0 100644
--- a/p/haskell-hoogle/debian/patches/series
+++ b/p/haskell-hoogle/debian/patches/series
@@ -1,3 +1,4 @@
generate_from_multiple_sources
global_database
remove_embedded_copies
+new-src-exts.patch
--
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