[DHG_packages] 02/05: hsemail: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 04:56: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 de5c459a4c96e38022c9d8456c429787ec8fdc10
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 00:53:25 2016 -0400
hsemail: build with ghc 8 in experimental
---
p/haskell-hsemail/debian/changelog | 8 +++----
p/haskell-hsemail/debian/control | 49 +++++++++++++++++++++++++-------------
2 files changed, 36 insertions(+), 21 deletions(-)
diff --git a/p/haskell-hsemail/debian/changelog b/p/haskell-hsemail/debian/changelog
index 2e1394e..89d41ad 100644
--- a/p/haskell-hsemail/debian/changelog
+++ b/p/haskell-hsemail/debian/changelog
@@ -1,13 +1,13 @@
-haskell-hsemail (1.7.7-4) UNRELEASED; urgency=medium
+haskell-hsemail (1.7.7-4) 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)
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:29 +0300
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 00:53:19 -0400
haskell-hsemail (1.7.7-3) unstable; urgency=medium
diff --git a/p/haskell-hsemail/debian/control b/p/haskell-hsemail/debian/control
index 5843e96..7ad86b5 100644
--- a/p/haskell-hsemail/debian/control
+++ b/p/haskell-hsemail/debian/control
@@ -1,36 +1,44 @@
Source: haskell-hsemail
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio at debian.org>, Clint Adams <clint at debian.org>
+Uploaders:
+ Giovanni Mascellani <gio at debian.org>,
+ Clint Adams <clint at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-mtl-dev,
libghc-mtl-prof,
libghc-old-time-dev,
libghc-old-time-prof,
libghc-parsec3-dev,
libghc-parsec3-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-mtl-doc,
libghc-old-time-doc,
libghc-parsec3-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/peti/hsemail
-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-hsemail
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-hsemail-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Haskell parser for emails and SMTP conversations${haskell:ShortBlurb}
This Haskell library is parser for email messages (as described in RFC
2822) and SMTP conversation (as described in RFC 2821).
@@ -39,11 +47,15 @@ Description: Haskell parser for emails and SMTP conversations${haskell:ShortBlur
Package: libghc-hsemail-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 parser for emails and SMTP conversations${haskell:ShortBlurb}
This Haskell library is parser for email messages (as described in RFC
2822) and SMTP conversation (as described in RFC 2821).
@@ -53,10 +65,13 @@ Description: Haskell parser for emails and SMTP conversations${haskell:ShortBlur
Package: libghc-hsemail-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: Haskell parser for emails and SMTP conversations${haskell:ShortBlurb}
This Haskell library is parser for email messages (as described in RFC
2822) and SMTP conversation (as described in RFC 2821).
--
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