[Pkg-haskell-commits] [agda] 04/07: Update Build-Depends to match control
Iain Lane
laney at moszumanska.debian.org
Tue Aug 5 09:25:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
laney pushed a commit to branch master
in repository agda.
commit 2049fc874a8cc9be67631474341e28f520c5c1b2
Author: Iain Lane <iain at orangesquash.org.uk>
Date: Tue Aug 5 04:24:34 2014 +0100
Update Build-Depends to match control
---
debian/control | 36 ++++++++++++++++++++++++++++--------
1 file changed, 28 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index a52a57c..fc6133f 100644
--- a/debian/control
+++ b/debian/control
@@ -8,48 +8,68 @@ Build-Depends: debhelper (>= 9),
cdbs (>> 0.4.58),
ghc (>= 7.6),
ghc-ghci,
+ libghc-binary-dev (>= 0.6),
+ libghc-binary-dev (<< 0.8),
+ libghc-boxes-dev (>= 0.1.3),
+ libghc-boxes-dev (<< 0.2),
+ libghc-data-hash-dev (>= 0.2.0.0),
+ libghc-data-hash-dev (<< 0.3.0.0),
+ libghc-equivalence-dev (>= 0.2.4),
+ libghc-equivalence-dev (<< 0.3),
libghc-geniplate-dev (>= 0.6.0.3),
libghc-geniplate-dev (<< 0.7),
libghc-hashable-dev (>= 1.2.1.0),
libghc-hashable-dev (<< 1.3),
libghc-hashtables-dev (>= 1.0),
libghc-hashtables-dev (<< 1.2),
- libghc-haskeline-dev (>= 0.6.3.2),
+ libghc-haskeline-dev (>= 0.7),
libghc-haskeline-dev (<< 0.8),
libghc-mtl-dev (>= 2.1.1),
libghc-mtl-dev (<< 2.2),
libghc-parallel-dev (<< 3.3),
+ libghc-transformers-dev (>= 0.3),
+ libghc-transformers-dev (<< 0.4),
libghc-unordered-containers-dev (>= 0.2),
libghc-unordered-containers-dev (<< 0.3),
libghc-xhtml-dev (>= 3000.2),
libghc-xhtml-dev (<< 3000.3),
libghc-zlib-dev (>= 0.4.0.1),
libghc-zlib-dev (<< 0.6),
+ libghc-strict-dev (>= 0.3.2),
+ libghc-strict-dev (<< 0.4),
libghc-src-exts-dev (>= 1.9.6),
libghc-src-exts-dev (<< 1.15),
- libghc-quickcheck2-dev (>= 2.3),
- libghc-quickcheck2-dev (<< 2.7),
+ libghc-stmonadtrans-dev (>= 0.3.2),
+ libghc-stmonadtrans-dev (<< 0.4),
libghc-text-dev (>= 0.11),
- libghc-text-dev (<< 0.12),
- happy (>= 1.15),
+ libghc-text-dev (<< 1.2),
+ libghc-quickcheck2-dev (>= 2.7.5),
+ libghc-quickcheck2-dev (<< 2.8),
+ happy (>= 1.19.3),
happy (<< 2),
- alex (>= 2.3.1),
+ alex (>= 3.1.0),
alex (<< 3.2),
libncurses5-dev
Build-Depends-Indep: ghc-doc,
libghc-binary-doc,
+ libghc-boxes-doc,
+ libghc-data-hash-doc,
+ libghc-equivalence-doc,
libghc-geniplate-doc,
libghc-hashable-doc,
libghc-hashtables-doc,
libghc-haskeline-doc,
libghc-mtl-doc,
libghc-parallel-doc,
+ libghc-stmonadtrans-doc,
+ libghc-text-doc,
+ libghc-transformers-dev,
libghc-unordered-containers-doc,
libghc-xhtml-doc,
libghc-zlib-doc,
- libghc-src-exts-doc,
+ libghc-strict-doc,
+ libghc-src-exts-doc,
libghc-quickcheck2-doc,
- libghc-text-doc,
Standards-Version: 3.9.4
Vcs-Browser: http://git.debian.org/?p=pkg-haskell/agda.git;a=summary
Vcs-Git: git://git.debian.org/git/pkg-haskell/agda.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/agda.git
More information about the Pkg-haskell-commits
mailing list