[DHG_packages] 01/06: constraints: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 19:49:46 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 97dee498d28a7a054ebec10b1a79725e4513d62d
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 15:43:54 2016 -0400

    constraints: build with ghc 8 in experimental
---
 p/haskell-constraints/debian/changelog |  6 ++--
 p/haskell-constraints/debian/control   | 63 +++++++++++++++++++++-------------
 2 files changed, 43 insertions(+), 26 deletions(-)

diff --git a/p/haskell-constraints/debian/changelog b/p/haskell-constraints/debian/changelog
index d24d7ec..ce0d4bb 100644
--- a/p/haskell-constraints/debian/changelog
+++ b/p/haskell-constraints/debian/changelog
@@ -1,8 +1,8 @@
-haskell-constraints (0.8-2) UNRELEASED; urgency=medium
+haskell-constraints (0.8-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:20 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 15:43:28 -0400
 
 haskell-constraints (0.8-1) unstable; urgency=medium
 
diff --git a/p/haskell-constraints/debian/control b/p/haskell-constraints/debian/control
index 8b1bde9..2f61354 100644
--- a/p/haskell-constraints/debian/control
+++ b/p/haskell-constraints/debian/control
@@ -1,29 +1,32 @@
 Source: haskell-constraints
 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,
- libghc-hashable-dev (>= 1.2),
+ haskell-devscripts (>= 0.10),
  libghc-hashable-dev (<< 1.3),
+ libghc-hashable-dev (>= 1.2),
  libghc-hashable-prof,
- libghc-mtl-dev (>= 2),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2),
  libghc-mtl-prof,
- libghc-transformers-compat-dev (>= 0.4),
  libghc-transformers-compat-dev (<< 1),
+ libghc-transformers-compat-dev (>= 0.4),
  libghc-transformers-compat-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-hashable-doc,
  libghc-mtl-doc,
  libghc-transformers-compat-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/ekmett/constraints/
-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-constraints
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Constraint manipulation
  GHC 7.4 gave us the ability to talk about ConstraintKinds.  This package
@@ -31,13 +34,18 @@ X-Description: Constraint manipulation
 
 Package: libghc-constraints-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}
  .
@@ -45,12 +53,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-constraints-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}
  .
@@ -59,11 +72,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-constraints-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