[DHG_packages] 03/21: log-domain: patch deps according to hackage

Joachim Breitner nomeata at moszumanska.debian.org
Wed Jun 1 09:05:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch LTS-6
in repository DHG_packages.

commit 151c6a6fc6a61ef90517636e7b429076faf44d7d
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Jun 1 10:07:42 2016 +0200

    log-domain: patch deps according to hackage
---
 p/haskell-log-domain/debian/changelog                   |  6 +++++-
 p/haskell-log-domain/debian/control                     |  2 +-
 .../debian/patches/new-metadata-from-hackage            | 17 +++++++++++++++++
 p/haskell-log-domain/debian/patches/series              |  1 +
 4 files changed, 24 insertions(+), 2 deletions(-)

diff --git a/p/haskell-log-domain/debian/changelog b/p/haskell-log-domain/debian/changelog
index f0f6b9c..679d0bd 100644
--- a/p/haskell-log-domain/debian/changelog
+++ b/p/haskell-log-domain/debian/changelog
@@ -1,8 +1,12 @@
-haskell-log-domain (0.10.3.1-4) UNRELEASED; urgency=medium
+haskell-log-domain (0.10.3.1-4) unstable; urgency=medium
 
+  [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
 
+  [ Joachim Breitner ]
+  * Bump dependencies.
+
  -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:43 +0300
 
 haskell-log-domain (0.10.3.1-3) unstable; urgency=medium
diff --git a/p/haskell-log-domain/debian/control b/p/haskell-log-domain/debian/control
index 274d082..b83703e 100644
--- a/p/haskell-log-domain/debian/control
+++ b/p/haskell-log-domain/debian/control
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9)
   , libghc-cereal-dev (<< 0.5)
   , libghc-cereal-prof
   , libghc-comonad-dev (>= 4)
-  , libghc-comonad-dev (<< 5)
+  , libghc-comonad-dev (<< 6)
   , libghc-comonad-prof
   , libghc-distributive-dev (>= 0.3)
   , libghc-distributive-dev (<< 1)
diff --git a/p/haskell-log-domain/debian/patches/new-metadata-from-hackage b/p/haskell-log-domain/debian/patches/new-metadata-from-hackage
new file mode 100644
index 0000000..998f20e
--- /dev/null
+++ b/p/haskell-log-domain/debian/patches/new-metadata-from-hackage
@@ -0,0 +1,17 @@
+Index: haskell-log-domain/log-domain.cabal
+===================================================================
+--- haskell-log-domain.orig/log-domain.cabal	2015-11-30 23:26:52.000000000 +0100
++++ haskell-log-domain/log-domain.cabal	2016-06-01 10:06:54.953842054 +0200
+@@ -43,10 +43,10 @@
+ library
+   build-depends:
+     base                      >= 4.3      && < 5,
+-    binary                    >= 0.5      && < 0.8,
++    binary                    >= 0.5      && < 0.9,
+     bytes                     >= 0.7      && < 1,
+     cereal                    >= 0.3.5    && < 0.6,
+-    comonad                   >= 4        && < 5,
++    comonad                   >= 4        && < 6,
+     deepseq                   >= 1.3      && < 1.5,
+     distributive              >= 0.3      && < 1,
+     hashable                  >= 1.1.2.3  && < 1.3,
diff --git a/p/haskell-log-domain/debian/patches/series b/p/haskell-log-domain/debian/patches/series
index 7bd1f89..d09d7f2 100644
--- a/p/haskell-log-domain/debian/patches/series
+++ b/p/haskell-log-domain/debian/patches/series
@@ -1 +1,2 @@
+new-metadata-from-hackage
 fix-doctests.diff

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