[DHG_packages] 02/05: safe-exceptions: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:19:58 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 7db0c215271031397f7452fcd514ac3b8f53f5ac
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:15:36 2016 -0400

    safe-exceptions: build with ghc 8 in experimental
---
 p/haskell-safe-exceptions/debian/changelog |  6 ++++
 p/haskell-safe-exceptions/debian/control   | 57 +++++++++++++++++++-----------
 2 files changed, 43 insertions(+), 20 deletions(-)

diff --git a/p/haskell-safe-exceptions/debian/changelog b/p/haskell-safe-exceptions/debian/changelog
index 2c83091..4dc4e65 100644
--- a/p/haskell-safe-exceptions/debian/changelog
+++ b/p/haskell-safe-exceptions/debian/changelog
@@ -1,3 +1,9 @@
+haskell-safe-exceptions (0.1.4.0-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 15:15:28 -0400
+
 haskell-safe-exceptions (0.1.4.0-1) unstable; urgency=low
 
   * Initial release
diff --git a/p/haskell-safe-exceptions/debian/control b/p/haskell-safe-exceptions/debian/control
index a5dac42..78bacb7 100644
--- a/p/haskell-safe-exceptions/debian/control
+++ b/p/haskell-safe-exceptions/debian/control
@@ -1,19 +1,22 @@
 Source: haskell-safe-exceptions
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 10),
- haskell-devscripts (>= 0.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 10),
+ ghc (>= 8),
  ghc-prof,
- libghc-exceptions-dev (>= 0.8),
+ haskell-devscripts (>= 0.9),
  libghc-exceptions-dev (<< 0.9),
+ libghc-exceptions-dev (>= 0.8),
  libghc-exceptions-prof,
  libghc-hspec-dev <!nocheck>,
  libghc-void-dev <!nocheck>,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-exceptions-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/fpco/safe-exceptions
@@ -35,13 +38,18 @@ X-Description: safe, consistent, and easy exception handling
 
 Package: libghc-safe-exceptions-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}
  .
@@ -49,12 +57,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-safe-exceptions-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}
  .
@@ -63,11 +76,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-safe-exceptions-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