[Pkg-haskell-commits] [SCM] Packaging for Agda branch, master, updated. debian/2.3.0-1

Iain Lane laney at debian.org
Wed Nov 23 16:54:36 UTC 2011


The following commit has been merged in the master branch:
commit 369ed3a515adf63b2a6da8196fe414fe9a0dbc73
Author: Iain Lane <laney at debian.org>
Date:   Wed Nov 23 13:43:19 2011 +0000

    Update BDs in line with cabal requirements in new upstream

diff --git a/debian/control b/debian/control
index 9d993e1..0289ac4 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,10 @@ Build-Depends: debhelper (>= 7.0),
                ghc,
                libghc-binary-dev (>= 0.4.4),
                libghc-binary-dev (<< 0.6),
+               libghc-hashable-dev (>= 1.1),
+               libghc-hashable-dev (<< 1.2),
+               libghc-hashtables-dev (>= 1.0),
+               libghc-hashtables-dev (<< 1.1),
                libghc-haskeline-dev (>= 0.3),
                libghc-haskeline-dev (<< 0.7),
                libghc-haskell-src-dev (>= 1.0.1.1),
@@ -18,7 +22,7 @@ Build-Depends: debhelper (>= 7.0),
                libghc-xhtml-dev (>= 3000.2),
                libghc-xhtml-dev (<< 3000.3),
                libghc-zlib-dev (>= 0.4.0.1),
-               libghc-zlib-dev (<< 1),
+               libghc-zlib-dev (<< 0.6),
                libghc-src-exts-dev (>= 1.9.6),
                libghc-src-exts-dev (<< 1.12),
                libghc-quickcheck2-dev (>= 2.3),
@@ -27,11 +31,15 @@ Build-Depends: debhelper (>= 7.0),
                libghc-syb-dev (<< 0.4),
                happy (>= 1.15),
                happy (<< 2),
-               alex (>= 2.0.1),
+               alex (>= 2.3.1),
                libncurses5-dev
 Build-Depends-Indep: ghc-doc,
                      libghc-binary-doc (>= 0.4.4),
                      libghc-binary-doc (<< 0.6),
+                     libghc-hashable-doc (>= 1.1),
+                     libghc-hashable-doc (<< 1.2),
+                     libghc-hashtables-doc (>= 1.0),
+                     libghc-hashtables-doc (<< 1.1),
                      libghc-haskeline-doc (>= 0.3),
                      libghc-haskeline-doc (<< 0.7),
                      libghc-haskell-src-doc (>= 1.0.1.1),
@@ -42,7 +50,7 @@ Build-Depends-Indep: ghc-doc,
                      libghc-xhtml-doc (>= 3000.2),
                      libghc-xhtml-doc (<< 3000.3),
                      libghc-zlib-doc (>= 0.4.0.1),
-                     libghc-zlib-doc (<< 1),
+                     libghc-zlib-doc (<< 0.6),
                      libghc-src-exts-doc (>= 1.9.6),
                      libghc-src-exts-doc (<< 1.12),
                      libghc-quickcheck2-doc (>= 2.3),

-- 
Packaging for Agda



More information about the Pkg-haskell-commits mailing list