[DHG_packages] 04/05: chell: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 04:38:22 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 805909616b378b038d9edb5a1be87697df5da581
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 00:37:01 2016 -0400

    chell: build with ghc 8 in experimental
---
 p/haskell-chell/debian/changelog |  7 +++--
 p/haskell-chell/debian/control   | 55 +++++++++++++++++++++++++---------------
 2 files changed, 39 insertions(+), 23 deletions(-)

diff --git a/p/haskell-chell/debian/changelog b/p/haskell-chell/debian/changelog
index 1a38122..576f662 100644
--- a/p/haskell-chell/debian/changelog
+++ b/p/haskell-chell/debian/changelog
@@ -1,4 +1,4 @@
-haskell-chell (0.4.0.1-5) UNRELEASED; urgency=medium
+haskell-chell (0.4.0.1-5) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
@@ -7,7 +7,10 @@ haskell-chell (0.4.0.1-5) UNRELEASED; urgency=medium
   [ Ilias Tsitsimpis ]
   * Update d/watch file to use hackage
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:34:56 +0300
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 00:36:56 -0400
 
 haskell-chell (0.4.0.1-4) unstable; urgency=medium
 
diff --git a/p/haskell-chell/debian/control b/p/haskell-chell/debian/control
index 8a77248..348c991 100644
--- a/p/haskell-chell/debian/control
+++ b/p/haskell-chell/debian/control
@@ -1,28 +1,30 @@
 Source: haskell-chell
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: John Millikin <jmillikin at gmail.com>
+Uploaders:
+ John Millikin <jmillikin at gmail.com>,
 Priority: optional
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- ghc-ghci,
- libghc-ansi-terminal-dev (>= 0.5),
+ haskell-devscripts (>= 0.10),
  libghc-ansi-terminal-dev (<< 0.7),
+ libghc-ansi-terminal-dev (>= 0.5),
  libghc-ansi-terminal-prof,
- libghc-options-dev (>= 1.0),
  libghc-options-dev (<< 2.0),
+ libghc-options-dev (>= 1.0),
  libghc-options-prof,
- libghc-patience-dev (>= 0.1),
  libghc-patience-dev (<< 0.2),
+ libghc-patience-dev (>= 0.1),
  libghc-patience-prof,
  libghc-random-dev (>= 1.0),
  libghc-random-prof,
  libghc-text-dev,
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-ansi-terminal-doc,
  libghc-options-doc,
  libghc-patience-doc,
@@ -30,17 +32,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: https://john-millikin.com/software/chell/
-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-chell
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-chell-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 library for simple and intuitive automated testing${haskell:ShortBlurb}
  Chell is a simple and intuitive library for automated testing. It natively
  supports assertion-based testing, and can use companion libraries to
@@ -50,11 +56,15 @@ Description: Haskell library for simple and intuitive automated testing${haskell
 
 Package: libghc-chell-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 library for simple and intuitive automated testing${haskell:ShortBlurb}
  Chell is a simple and intuitive library for automated testing. It natively
  supports assertion-based testing, and can use companion libraries to
@@ -65,10 +75,13 @@ Description: Haskell library for simple and intuitive automated testing${haskell
 Package: libghc-chell-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 library for simple and intuitive automated testing${haskell:ShortBlurb}
  Chell is a simple and intuitive library for automated testing. It natively
  supports assertion-based testing, and can use companion libraries to

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