[DHG_packages] 01/01: haskell98-report: build with ghc 8

Clint Adams clint at moszumanska.debian.org
Fri Oct 28 05:46:19 UTC 2016


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

clint pushed a commit to branch master
in repository DHG_packages.

commit b23c46502a613bf90ea63bf1ffd33eac85fb6d5d
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 28 01:42:37 2016 -0400

    haskell98-report: build with ghc 8
---
 p/haskell98-report/debian/changelog |  6 ++++++
 p/haskell98-report/debian/control   | 25 +++++++++++++++++--------
 2 files changed, 23 insertions(+), 8 deletions(-)

diff --git a/p/haskell98-report/debian/changelog b/p/haskell98-report/debian/changelog
index c6c3874..c7ecd4f 100644
--- a/p/haskell98-report/debian/changelog
+++ b/p/haskell98-report/debian/changelog
@@ -1,3 +1,9 @@
+haskell98-report (20080907-8) unstable; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Fri, 28 Oct 2016 01:42:11 -0400
+
 haskell98-report (20080907-7) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell98-report/debian/control b/p/haskell98-report/debian/control
index 2cc610d..231f472 100644
--- a/p/haskell98-report/debian/control
+++ b/p/haskell98-report/debian/control
@@ -2,21 +2,30 @@ Source: haskell98-report
 Section: doc
 Priority: optional
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>
+Uploaders:
+ Marco Túlio Gontijo e Silva <marcot at debian.org>,
 Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: ghc (>= 6.6), flex-old,
- texlive-fonts-recommended, texlive-latex-recommended, ghostscript,
- texlive-latex-extra
+Build-Depends:
+ debhelper (>= 7.0.50~),
+Build-Depends-Indep:
+ flex-old,
+ ghc (>= 8.0),
+ ghostscript,
+ texlive-fonts-recommended,
+ texlive-latex-extra,
+ texlive-latex-recommended,
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
 Homepage: http://darcs.haskell.org/haskell98-report/
 
 Package: haskell98-report
 Architecture: all
-Depends: ${misc:Depends}
-Suggests: lynx | www-browser
-Conflicts: haskell-doc (<= 19991028-3)
+Depends:
+ ${misc:Depends},
+Suggests:
+ lynx | www-browser,
+Conflicts:
+ haskell-doc (<= 19991028-3),
 Description: The Haskell 98 Language and Libraries Revised Report & addenda
  Haskell is a non-strict, pure functional general-purpose programming
  language.  This package contains its definition in HTML, PS and PDF

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