[DHG_packages] 03/05: path-io: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 20:44:00 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 be8d28fce510dbad4be94c73fc390c34715df9a4
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 16:41:20 2016 -0400

    path-io: build with ghc 8 in experimental
---
 p/haskell-path-io/debian/changelog |  6 ++--
 p/haskell-path-io/debian/control   | 57 +++++++++++++++++++++++++-------------
 2 files changed, 40 insertions(+), 23 deletions(-)

diff --git a/p/haskell-path-io/debian/changelog b/p/haskell-path-io/debian/changelog
index a867986..581d175 100644
--- a/p/haskell-path-io/debian/changelog
+++ b/p/haskell-path-io/debian/changelog
@@ -1,8 +1,8 @@
-haskell-path-io (1.1.0-2) UNRELEASED; urgency=medium
+haskell-path-io (1.1.0-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:53 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 16:41:17 -0400
 
 haskell-path-io (1.1.0-1) unstable; urgency=low
 
diff --git a/p/haskell-path-io/debian/control b/p/haskell-path-io/debian/control
index 2380631..8f9a4dc 100644
--- a/p/haskell-path-io/debian/control
+++ b/p/haskell-path-io/debian/control
@@ -1,24 +1,27 @@
 Source: haskell-path-io
 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.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.9),
  libghc-exceptions-dev (>= 0.8),
  libghc-exceptions-prof,
  libghc-path-dev (>= 0.5),
  libghc-path-prof,
  libghc-temporary-dev (>= 1.1),
  libghc-temporary-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-exceptions-doc,
  libghc-path-doc,
  libghc-temporary-doc,
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Homepage: https://github.com/mrkkrp/path-io
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-path-io
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
@@ -28,13 +31,18 @@ X-Description: Interface to ‘directory’ package for users of ‘path’
 
 Package: libghc-path-io-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -42,12 +50,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-path-io-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -56,11 +69,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-path-io-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .

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