[DHG_packages] 01/05: mime-mail: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:21:49 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 b18733947c7ee1b744ac4a0519f34ca603f7c00e
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 16:17:17 2016 -0400

    mime-mail: build with ghc 8 in experimental
---
 p/haskell-mime-mail/debian/changelog |  8 +++---
 p/haskell-mime-mail/debian/control   | 52 +++++++++++++++++++++++-------------
 2 files changed, 37 insertions(+), 23 deletions(-)

diff --git a/p/haskell-mime-mail/debian/changelog b/p/haskell-mime-mail/debian/changelog
index fea5bef..c267d4f 100644
--- a/p/haskell-mime-mail/debian/changelog
+++ b/p/haskell-mime-mail/debian/changelog
@@ -1,14 +1,14 @@
-haskell-mime-mail (0.4.11-2) UNRELEASED; urgency=medium
+haskell-mime-mail (0.4.11-2) 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:35:46 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 16:17:14 -0400
 
 haskell-mime-mail (0.4.11-1) unstable; urgency=medium
 
diff --git a/p/haskell-mime-mail/debian/control b/p/haskell-mime-mail/debian/control
index 2267655..249e0fb 100644
--- a/p/haskell-mime-mail/debian/control
+++ b/p/haskell-mime-mail/debian/control
@@ -1,40 +1,47 @@
 Source: haskell-mime-mail
 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:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-base64-bytestring-dev (>= 0.1),
  libghc-base64-bytestring-prof,
- libghc-blaze-builder-dev (>= 0.2.1),
  libghc-blaze-builder-dev (<< 0.5),
+ libghc-blaze-builder-dev (>= 0.2.1),
  libghc-blaze-builder-prof,
  libghc-random-dev (>= 1.0),
  libghc-random-prof,
  libghc-text-dev (>= 0.7),
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-base64-bytestring-doc,
  libghc-blaze-builder-doc,
  libghc-random-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/snoyberg/mime-mail
-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-mime-mail
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-mime-mail-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: Library to compose MIME email messages${haskell:ShortBlurb}
  It provides some high-level datatypes for declaring MIME email
  messages, functions for automatically composing these into
@@ -46,11 +53,15 @@ Description: Library to compose MIME email messages${haskell:ShortBlurb}
 
 Package: libghc-mime-mail-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: Library to compose MIME email messages${haskell:ShortBlurb}
  It provides some high-level datatypes for declaring MIME email
  messages, functions for automatically composing these into
@@ -63,10 +74,13 @@ Description: Library to compose MIME email messages${haskell:ShortBlurb}
 Package: libghc-mime-mail-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: Library to compose MIME email messages${haskell:ShortBlurb}
  It provides some high-level datatypes for declaring MIME email
  messages, functions for automatically composing these into

-- 
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