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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 05:06:11 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 9a8bdcaa82449ffcf10bf8d5a809d8c98c140e6a
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 01:04:23 2016 -0400

    derive: build with ghc 8 in experimental
---
 p/haskell-derive/debian/changelog |  6 +++++
 p/haskell-derive/debian/control   | 55 +++++++++++++++++++++++++--------------
 2 files changed, 41 insertions(+), 20 deletions(-)

diff --git a/p/haskell-derive/debian/changelog b/p/haskell-derive/debian/changelog
index 0e9fc49..5f1396b 100644
--- a/p/haskell-derive/debian/changelog
+++ b/p/haskell-derive/debian/changelog
@@ -1,3 +1,9 @@
+haskell-derive (2.5.26-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 01:04:19 -0400
+
 haskell-derive (2.5.26-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-derive/debian/control b/p/haskell-derive/debian/control
index a3cb66f..efda8d4 100644
--- a/p/haskell-derive/debian/control
+++ b/p/haskell-derive/debian/control
@@ -1,38 +1,45 @@
 Source: haskell-derive
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Masayuki Hatta <mhatta at debian.org>
+Uploaders:
+ Masayuki Hatta <mhatta 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-src-exts-dev (>= 1.17),
+ haskell-devscripts (>= 0.10),
  libghc-src-exts-dev (<< 1.18),
+ libghc-src-exts-dev (>= 1.17),
  libghc-src-exts-prof,
  libghc-syb-dev,
  libghc-syb-prof,
- libghc-uniplate-dev (>= 1.5),
  libghc-uniplate-dev (<< 1.7),
+ libghc-uniplate-dev (>= 1.5),
  libghc-uniplate-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-src-exts-doc,
  libghc-syb-doc,
  libghc-uniplate-doc,
 Standards-Version: 3.9.8
 Homepage: http://community.haskell.org/~ndm/derive/
-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-derive
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-derive-dev
 Architecture: any
-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: Deriving instances for data types in Haskell${haskell:ShortBlurb}
  Data.Derive is a library and a tool for deriving instances for Haskell
  programs.  It is designed to work with custom derivations, SYB and
@@ -44,11 +51,15 @@ Description: Deriving instances for data types in Haskell${haskell:ShortBlurb}
 
 Package: libghc-derive-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: Deriving instances for data types in Haskell${haskell:ShortBlurb}
  Data.Derive is a library and a tool for deriving instances for Haskell
  programs.  It is designed to work with custom derivations, SYB and
@@ -61,10 +72,13 @@ Description: Deriving instances for data types in Haskell${haskell:ShortBlurb}
 Package: libghc-derive-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: Deriving instances for data types in Haskell${haskell:ShortBlurb}
  Data.Derive is a library and a tool for deriving instances for Haskell
  programs.  It is designed to work with custom derivations, SYB and
@@ -77,9 +91,10 @@ Description: Deriving instances for data types in Haskell${haskell:ShortBlurb}
 Package: haskell-derive-utils
 Architecture: any
 Section: misc
-Depends: ${shlibs:Depends},
+Depends:
  ${haskell:Depends},
  ${misc:Depends},
+ ${shlibs:Depends},
 Description: Deriving instances for data types in Haskell
  Data.Derive is a library and a tool for deriving instances for Haskell
  programs.  It is designed to work with custom derivations, SYB and

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