[DHG_packages] 03/05: bytestring-lexing: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 19:14:11 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 3d820e8290706564dbf592dfbcb35de06ea9d843
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 15:10:03 2016 -0400
bytestring-lexing: build with ghc 8 in experimental
---
p/haskell-bytestring-lexing/debian/changelog | 8 ++---
p/haskell-bytestring-lexing/debian/control | 52 ++++++++++++++++++----------
2 files changed, 37 insertions(+), 23 deletions(-)
diff --git a/p/haskell-bytestring-lexing/debian/changelog b/p/haskell-bytestring-lexing/debian/changelog
index 9872b4a..6516aa4 100644
--- a/p/haskell-bytestring-lexing/debian/changelog
+++ b/p/haskell-bytestring-lexing/debian/changelog
@@ -1,14 +1,14 @@
-haskell-bytestring-lexing (0.5.0.2-3) UNRELEASED; urgency=medium
+haskell-bytestring-lexing (0.5.0.2-3) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:34:53 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 15:09:51 -0400
haskell-bytestring-lexing (0.5.0.2-2) unstable; urgency=medium
diff --git a/p/haskell-bytestring-lexing/debian/control b/p/haskell-bytestring-lexing/debian/control
index 7b1db64..d6d5392 100644
--- a/p/haskell-bytestring-lexing/debian/control
+++ b/p/haskell-bytestring-lexing/debian/control
@@ -1,18 +1,21 @@
Source: haskell-bytestring-lexing
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 (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
+ alex (>> 2.3),
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- alex (>> 2.3),
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep:
+ ghc-doc,
Standards-Version: 3.9.8
Homepage: http://code.haskell.org/~wren/
-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-bytestring-lexing
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: parsing and printing numbers to bytestrings.
This package contains efficient parsers and printers of floating-point and
@@ -20,12 +23,16 @@ X-Description: parsing and printing numbers to bytestrings.
Package: libghc-bytestring-lexing-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -33,11 +40,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-bytestring-lexing-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -46,10 +57,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-bytestring-lexing-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
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