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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:57:15 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 c325b535f2f096a01499b4122746e2eb0987ffee
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:53:53 2016 -0400

    ircbot: build with ghc 8 in experimental
---
 p/haskell-ircbot/debian/changelog |  6 ++++
 p/haskell-ircbot/debian/control   | 68 +++++++++++++++++++++++----------------
 2 files changed, 47 insertions(+), 27 deletions(-)

diff --git a/p/haskell-ircbot/debian/changelog b/p/haskell-ircbot/debian/changelog
index 1895335..7baf04c 100644
--- a/p/haskell-ircbot/debian/changelog
+++ b/p/haskell-ircbot/debian/changelog
@@ -1,3 +1,9 @@
+haskell-ircbot (0.6.5-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 15:53:51 -0400
+
 haskell-ircbot (0.6.5-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-ircbot/debian/control b/p/haskell-ircbot/debian/control
index f74876c..4f066c4 100644
--- a/p/haskell-ircbot/debian/control
+++ b/p/haskell-ircbot/debian/control
@@ -1,41 +1,44 @@
 Source: haskell-ircbot
 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,
- libghc-safesemaphore-dev (>= 0.10),
- libghc-safesemaphore-dev (<< 0.11),
- libghc-safesemaphore-prof,
- libghc-irc-dev (>= 0.6),
+ haskell-devscripts (>= 0.10),
  libghc-irc-dev (<< 0.7),
+ libghc-irc-dev (>= 0.6),
  libghc-irc-prof,
- libghc-mtl-dev (>= 2.0),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0),
  libghc-mtl-prof,
- libghc-network-dev (>= 2.3),
  libghc-network-dev (<< 2.7),
+ libghc-network-dev (>= 2.3),
  libghc-network-prof,
- libghc-parsec3-dev (>= 3.1),
  libghc-parsec3-dev (<< 3.2),
+ libghc-parsec3-dev (>= 3.1),
  libghc-parsec3-prof,
- libghc-random-dev (>= 1.0),
  libghc-random-dev (<< 1.2),
+ libghc-random-dev (>= 1.0),
  libghc-random-prof,
- libghc-stm-dev (>= 2.2),
+ libghc-safesemaphore-dev (<< 0.11),
+ libghc-safesemaphore-dev (>= 0.10),
+ libghc-safesemaphore-prof,
  libghc-stm-dev (<< 2.5),
+ libghc-stm-dev (>= 2.2),
  libghc-stm-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-safesemaphore-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-irc-doc,
  libghc-mtl-doc,
  libghc-network-doc,
  libghc-parsec3-doc,
  libghc-random-doc,
+ libghc-safesemaphore-doc,
  libghc-stm-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/stepcut/ircbot
@@ -44,12 +47,16 @@ Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
 
 Package: libghc-ircbot-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 for writing IRC bots${haskell:ShortBlurb}
  The ircbot library provides a BotMonad class and assorted routines for
  writing IRC robots.
@@ -58,11 +65,15 @@ Description: library for writing IRC bots${haskell:ShortBlurb}
 
 Package: libghc-ircbot-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 for writing IRC bots${haskell:ShortBlurb}
  The ircbot library provides a BotMonad class and assorted routines for
  writing IRC robots.
@@ -72,10 +83,13 @@ Description: library for writing IRC bots${haskell:ShortBlurb}
 Package: libghc-ircbot-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 for writing IRC bots${haskell:ShortBlurb}
  The ircbot library provides a BotMonad class and assorted routines for
  writing IRC robots.

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