[DHG_packages] 02/05: irc: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:13:33 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 6bdb3e6a2656d1e3b7718b02e55933c54c8f6df3
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:09:09 2016 -0400

    irc: build with ghc 8 in experimental
---
 p/haskell-irc/debian/changelog |  8 +++----
 p/haskell-irc/debian/control   | 50 +++++++++++++++++++++++++++---------------
 2 files changed, 36 insertions(+), 22 deletions(-)

diff --git a/p/haskell-irc/debian/changelog b/p/haskell-irc/debian/changelog
index 2012695..34f5486 100644
--- a/p/haskell-irc/debian/changelog
+++ b/p/haskell-irc/debian/changelog
@@ -1,14 +1,14 @@
-haskell-irc (0.6.1.0-6) UNRELEASED; urgency=medium
+haskell-irc (0.6.1.0-6) 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:37 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 15:08:57 -0400
 
 haskell-irc (0.6.1.0-5) unstable; urgency=medium
 
diff --git a/p/haskell-irc/debian/control b/p/haskell-irc/debian/control
index c25cba6..9d43e6e 100644
--- a/p/haskell-irc/debian/control
+++ b/p/haskell-irc/debian/control
@@ -1,30 +1,37 @@
 Source: haskell-irc
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata 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-attoparsec-dev,
  libghc-attoparsec-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-attoparsec-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/irc
-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-irc
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-irc-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 IRC library${haskell:ShortBlurb}
  A set of combinators and types for parsing IRC (Internet Relay Chat)
  messages.
@@ -33,11 +40,15 @@ Description: Haskell IRC library${haskell:ShortBlurb}
 
 Package: libghc-irc-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 IRC library${haskell:ShortBlurb}
  A set of combinators and types for parsing IRC (Internet Relay Chat)
  messages.
@@ -47,10 +58,13 @@ Description: Haskell IRC library${haskell:ShortBlurb}
 Package: libghc-irc-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 IRC library${haskell:ShortBlurb}
  A set of combinators and types for parsing IRC (Internet Relay Chat)
  messages.

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