[DHG_packages] 01/01: log-domain: fix build-deps

Clint Adams clint at moszumanska.debian.org
Fri Aug 14 08:24:42 UTC 2015


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

clint pushed a commit to branch master
in repository DHG_packages.

commit f47d42084af48af16f182e662ad3341ad83c55f1
Author: Clint Adams <clint at debian.org>
Date:   Fri Aug 14 10:14:19 2015 +0200

    log-domain: fix build-deps
---
 p/haskell-log-domain/debian/control | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/p/haskell-log-domain/debian/control b/p/haskell-log-domain/debian/control
index c88b7f7..3d9d405 100644
--- a/p/haskell-log-domain/debian/control
+++ b/p/haskell-log-domain/debian/control
@@ -32,9 +32,12 @@ Build-Depends: debhelper (>= 9)
   , libghc-safecopy-dev (>= 0.8.1)
   , libghc-safecopy-dev (<< 0.9)
   , libghc-safecopy-prof
-  , libghc-semigroupoids-dev (>= 0.8.4)
-  , libghc-semigroupoids-dev (<< 1)
+  , libghc-semigroupoids-dev (>= 4)
+  , libghc-semigroupoids-dev (<< 6)
   , libghc-semigroupoids-prof
+  , libghc-semigroups-dev (>= 0.8.4)
+  , libghc-semigroups-dev (<< 1)
+  , libghc-semigroups-prof
   , libghc-vector-dev (>= 0.9)
   , libghc-vector-dev (<< 0.11)
   , libghc-vector-prof
@@ -50,6 +53,7 @@ Build-Depends-Indep: ghc-doc
   , libghc-hashable-extras-doc
   , libghc-safecopy-doc
   , libghc-semigroupoids-doc
+  , libghc-semigroups-doc
   , libghc-vector-doc
 Standards-Version: 3.9.6
 Homepage: http://hackage.haskell.org/package/log-domain

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