[DHG_packages] 05/06: boomerang: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 18:59:24 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 3e5b2a5b8228725d2567de46df88255261830701
Author: Clint Adams <clint at debian.org>
Date: Fri Oct 14 14:56:24 2016 -0400
boomerang: build with ghc 8 in experimental
---
p/haskell-boomerang/debian/changelog | 6 +++++
p/haskell-boomerang/debian/control | 44 ++++++++++++++++--------------------
p/haskell-boomerang/debian/copyright | 2 +-
3 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/p/haskell-boomerang/debian/changelog b/p/haskell-boomerang/debian/changelog
index 1b46274..5179e31 100644
--- a/p/haskell-boomerang/debian/changelog
+++ b/p/haskell-boomerang/debian/changelog
@@ -1,3 +1,9 @@
+haskell-boomerang (1.4.5.2-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Fri, 14 Oct 2016 14:56:08 -0400
+
haskell-boomerang (1.4.5.2-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-boomerang/debian/control b/p/haskell-boomerang/debian/control
index e455212..a51044f 100644
--- a/p/haskell-boomerang/debian/control
+++ b/p/haskell-boomerang/debian/control
@@ -3,34 +3,30 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Clint Adams <clint at debian.org>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-mtl-dev (>= 2.0),
+ haskell-devscripts (>= 0.10),
libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0),
libghc-mtl-prof,
- libghc-text-dev (>= 0.11),
libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.11),
libghc-text-prof,
- ghc-ghci,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
- libghc-text-doc,
+Build-Depends-Indep: ghc-doc, libghc-mtl-doc, libghc-text-doc
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/boomerang
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-boomerang
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-boomerang-dev
Architecture: any
-Depends: ${shlibs:Depends},
- ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: invertible parsing and printing
Specify a single unified grammar which can be used for parsing and
pretty-printing.
@@ -47,11 +43,10 @@ Description: invertible parsing and printing
Package: libghc-boomerang-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: invertible parsing and printing; profiling libraries
Specify a single unified grammar which can be used for parsing and
pretty-printing.
@@ -69,10 +64,9 @@ Description: invertible parsing and printing; profiling libraries
Package: libghc-boomerang-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: invertible parsing and printing; documentation
Specify a single unified grammar which can be used for parsing and
pretty-printing.
diff --git a/p/haskell-boomerang/debian/copyright b/p/haskell-boomerang/debian/copyright
index 372977b..615d4b8 100644
--- a/p/haskell-boomerang/debian/copyright
+++ b/p/haskell-boomerang/debian/copyright
@@ -39,4 +39,4 @@ License: BSD-3-clause
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--
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