[DHG_packages] 05/05: BNFC: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 18:28:10 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 8d4d4411a95f5434ca30c54996c3306e6e407979
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 14:26:35 2016 -0400
BNFC: build with ghc 8 in experimental
---
p/bnfc/debian/changelog | 6 ++++++
p/bnfc/debian/control | 28 ++++++++++++++++------------
2 files changed, 22 insertions(+), 12 deletions(-)
diff --git a/p/bnfc/debian/changelog b/p/bnfc/debian/changelog
index 4a5813f..a9569f2 100644
--- a/p/bnfc/debian/changelog
+++ b/p/bnfc/debian/changelog
@@ -1,3 +1,9 @@
+bnfc (2.8.1-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 14:26:12 -0400
+
bnfc (2.8.1-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/bnfc/debian/control b/p/bnfc/debian/control
index dada860..435fb89 100644
--- a/p/bnfc/debian/control
+++ b/p/bnfc/debian/control
@@ -1,26 +1,30 @@
Source: bnfc
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>,
- Dmitry Bogatov <KAction at gnu.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
+ Dmitry Bogatov <KAction at gnu.org>,
Priority: extra
Section: haskell
-Build-Depends: alex,
- cdbs,
- debhelper (>= 9),
- ghc,
- ghc-prof,
- happy,
- haskell-devscripts (>= 0.10),
- libghc-mtl-dev
+Build-Depends:
+ alex,
+ cdbs,
+ debhelper (>= 9),
+ ghc (>= 8),
+ ghc-prof,
+ happy,
+ haskell-devscripts (>= 0.10),
+ libghc-mtl-dev,
Standards-Version: 3.9.8
Homepage: http://bnfc.digitalgrammars.com/
-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/bnfc
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: bnfc
Architecture: any
Section: devel
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: Compiler front-end generator based on Labelled BNF
The BNF Converter is a compiler construction tool that generates a
compiler front-end and a readable syntax description document from a
--
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