[Pkg-haskell-commits] [SCM] Packaging for Agda branch, master, updated. debian/2.3.2-2-2-gb401554
Joachim Breitner
nomeata at debian.org
Wed May 29 12:16:56 UTC 2013
The following commit has been merged in the master branch:
commit cbea665b8b3f191104a47d3272f1a8560d2bb520
Author: Joachim Breitner <nomeata at debian.org>
Date: Wed May 29 14:05:52 2013 +0200
Clean up build dependencies
diff --git a/debian/changelog b/debian/changelog
index 3ebc6ec..5dc649f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+agda (2.3.2-3) UNRELEASED; urgency=low
+
+ * Clean up build dependencies
+
+ -- Joachim Breitner <nomeata at debian.org> Wed, 29 May 2013 14:05:37 +0200
+
agda (2.3.2-2) unstable; urgency=low
* Upload to unstable
diff --git a/debian/control b/debian/control
index 4d1084f..7e38969 100644
--- a/debian/control
+++ b/debian/control
@@ -10,16 +10,14 @@ Build-Depends: debhelper (>= 9),
libghc-binary-dev,
libghc-geniplate-dev (>= 0.6.0.3),
libghc-geniplate-dev (<< 0.7),
- libghc-hashable-dev (>= 1.1),
+ libghc-hashable-dev (>= 1.1.2.3),
libghc-hashable-dev (<< 1.2),
libghc-hashtables-dev (>= 1.0),
libghc-hashtables-dev (<< 1.1),
- libghc-haskeline-dev (>= 0.3),
+ libghc-haskeline-dev (>= 0.6.3.2),
libghc-haskeline-dev (<< 0.8),
- libghc-haskell-src-dev (>= 1.0.1.1),
- libghc-haskell-src-dev (<< 2),
libghc-mtl-dev (>= 2.0),
- libghc-mtl-dev (<< 3.2),
+ libghc-mtl-dev (<< 2.2),
libghc-parallel-dev (<< 3.3),
libghc-unordered-containers-dev (>= 0.2),
libghc-unordered-containers-dev (<< 0.3),
@@ -31,11 +29,12 @@ Build-Depends: debhelper (>= 9),
libghc-src-exts-dev (<< 1.14),
libghc-quickcheck2-dev (>= 2.3),
libghc-quickcheck2-dev (<< 2.7),
- libghc-syb-dev (>= 0.1),
- libghc-syb-dev (<< 0.4),
+ libghc-text-dev (>= 0.11),
+ libghc-text-dev (<< 0.12),
happy (>= 1.15),
happy (<< 2),
alex (>= 2.3.1),
+ alex (<< 3.1),
libncurses5-dev
Build-Depends-Indep: ghc-doc,
libghc-binary-doc,
@@ -43,16 +42,14 @@ Build-Depends-Indep: ghc-doc,
libghc-hashable-doc,
libghc-hashtables-doc,
libghc-haskeline-doc,
- libghc-haskell-src-doc,
libghc-mtl-doc,
libghc-parallel-doc,
- libghc-terminfo-doc,
libghc-unordered-containers-doc,
libghc-xhtml-doc,
libghc-zlib-doc,
libghc-src-exts-doc,
libghc-quickcheck2-doc,
- libghc-syb-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
--
Packaging for Agda
More information about the Pkg-haskell-commits
mailing list