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

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 19:57:51 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 b589e15de029346acbde007490b7166f26e99e1f
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 15:53:01 2016 -0400

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

diff --git a/p/haskell-errors/debian/changelog b/p/haskell-errors/debian/changelog
index 46beafc..b6fe546 100644
--- a/p/haskell-errors/debian/changelog
+++ b/p/haskell-errors/debian/changelog
@@ -1,8 +1,8 @@
-haskell-errors (2.1.2-2) UNRELEASED; urgency=medium
+haskell-errors (2.1.2-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:29 +0200
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 15:52:56 -0400
 
 haskell-errors (2.1.2-1) unstable; urgency=medium
 
diff --git a/p/haskell-errors/debian/control b/p/haskell-errors/debian/control
index 6f7d523..f4426e2 100644
--- a/p/haskell-errors/debian/control
+++ b/p/haskell-errors/debian/control
@@ -3,37 +3,37 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 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-safe-dev (>= 0.3.3),
+ haskell-devscripts (>= 0.10),
  libghc-safe-dev (<< 0.4),
+ libghc-safe-dev (>= 0.3.3),
  libghc-safe-prof,
- libghc-transformers-compat-dev (>= 0.4),
  libghc-transformers-compat-dev (<< 0.6),
+ libghc-transformers-compat-dev (>= 0.4),
  libghc-transformers-compat-prof,
- libghc-unexceptionalio-dev (>= 0.3),
  libghc-unexceptionalio-dev (<< 0.4),
+ libghc-unexceptionalio-dev (>= 0.3),
  libghc-unexceptionalio-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-safe-doc,
  libghc-transformers-compat-doc,
  libghc-unexceptionalio-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/errors
-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-errors
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-errors-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: simplified error handling${haskell:ShortBlurb}
  This library encourages an error-handling style that directly uses the
  type system, rather than out-of-band exceptions.
@@ -42,11 +42,10 @@ Description: simplified error handling${haskell:ShortBlurb}
 
 Package: libghc-errors-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: simplified error handling${haskell:ShortBlurb}
  This library encourages an error-handling style that directly uses the
  type system, rather than out-of-band exceptions.
@@ -56,10 +55,9 @@ Description: simplified error handling${haskell:ShortBlurb}
 Package: libghc-errors-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: simplified error handling${haskell:ShortBlurb}
  This library encourages an error-handling style that directly uses the
  type system, rather than out-of-band exceptions.

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