[DHG_packages] 03/03: lexer: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 03:37:29 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 ff1b2a05397fdcc3010050607f7c404f3378a6cf
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 23:36:27 2016 -0400
lexer: build with ghc 8 in experimental
---
p/haskell-lexer/debian/changelog | 6 ++++++
p/haskell-lexer/debian/control | 36 ++++++++++++++++--------------------
2 files changed, 22 insertions(+), 20 deletions(-)
diff --git a/p/haskell-lexer/debian/changelog b/p/haskell-lexer/debian/changelog
index 2c7307d..65cbb54 100644
--- a/p/haskell-lexer/debian/changelog
+++ b/p/haskell-lexer/debian/changelog
@@ -1,3 +1,9 @@
+haskell-lexer (1.0.1-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 23:36:14 -0400
+
haskell-lexer (1.0.1-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-lexer/debian/control b/p/haskell-lexer/debian/control
index d4f2e7e..3d0bded 100644
--- a/p/haskell-lexer/debian/control
+++ b/p/haskell-lexer/debian/control
@@ -3,12 +3,13 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/haskell-lexer
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
@@ -16,12 +17,10 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-haskell-lexer-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs: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: A fully compliant Haskell 98 lexer${haskell:ShortBlurb}
A fully compliant Haskell 98 lexer written in Haskell. The lexer produces
a list tuples containing a token type identifier, its position and the token
@@ -31,12 +30,10 @@ Description: A fully compliant Haskell 98 lexer${haskell:ShortBlurb}
Package: libghc-haskell-lexer-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs: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: Profiling libraries for a fully compliant Haskell 98 lexer${haskell:ShortBlurb}
A fully compliant Haskell 98 lexer written in Haskell. The lexer produces
a list tuples containing a token type identifier, its position and the token
@@ -47,10 +44,9 @@ Description: Profiling libraries for a fully compliant Haskell 98 lexer${haskell
Package: libghc-haskell-lexer-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: Documentation for a fully compliant Haskell 98 lexer${haskell:ShortBlurb}
A fully compliant Haskell 98 lexer written in Haskell. The lexer produces
a list tuples containing a token type identifier, its position and the token
--
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