[DHG_packages] 01/04: scanner: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Tue Oct 18 02:46:28 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 5afa44993355fb5ff3a05652b5840e2be9ada49f
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 22:39:05 2016 -0400
scanner: build with ghc 8 in experimental
---
p/haskell-scanner/debian/changelog | 6 +++++
p/haskell-scanner/debian/control | 55 +++++++++++++++++++++++++-------------
2 files changed, 42 insertions(+), 19 deletions(-)
diff --git a/p/haskell-scanner/debian/changelog b/p/haskell-scanner/debian/changelog
index 4892467..eba1060 100644
--- a/p/haskell-scanner/debian/changelog
+++ b/p/haskell-scanner/debian/changelog
@@ -1,3 +1,9 @@
+haskell-scanner (0.2-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 22:39:00 -0400
+
haskell-scanner (0.2-1) unstable; urgency=low
* Initial release
diff --git a/p/haskell-scanner/debian/control b/p/haskell-scanner/debian/control
index cbc71db..7c42a85 100644
--- a/p/haskell-scanner/debian/control
+++ b/p/haskell-scanner/debian/control
@@ -1,15 +1,18 @@
Source: haskell-scanner
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 10),
- haskell-devscripts (>= 0.9),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 10),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.9),
libghc-hspec-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/Yuras/scanner
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-scanner
@@ -20,13 +23,18 @@ X-Description: fast incremental combinator parsing for bytestrings
Package: libghc-scanner-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -34,12 +42,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-scanner-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -48,11 +61,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-scanner-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
--
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