[DHG_packages] 03/05: retry: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:28:15 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 7fff5621643dac1e08c7a1cf1ba9ad8c6f2ca349
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 16:25:32 2016 -0400

    retry: build with ghc 8 in experimental
---
 p/haskell-retry/debian/changelog |  6 ++++
 p/haskell-retry/debian/control   | 61 +++++++++++++++++++++++++---------------
 2 files changed, 45 insertions(+), 22 deletions(-)

diff --git a/p/haskell-retry/debian/changelog b/p/haskell-retry/debian/changelog
index aed9a89..6cc3590 100644
--- a/p/haskell-retry/debian/changelog
+++ b/p/haskell-retry/debian/changelog
@@ -1,3 +1,9 @@
+haskell-retry (0.7.4.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 16:25:22 -0400
+
 haskell-retry (0.7.4.1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-retry/debian/control b/p/haskell-retry/debian/control
index 72448d3..7d59a9b 100644
--- a/p/haskell-retry/debian/control
+++ b/p/haskell-retry/debian/control
@@ -1,28 +1,31 @@
 Source: haskell-retry
 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,
+ haskell-devscripts (>= 0.10),
  libghc-data-default-class-dev,
  libghc-data-default-class-prof,
- libghc-exceptions-dev (>= 0.5),
  libghc-exceptions-dev (<< 0.9),
+ libghc-exceptions-dev (>= 0.5),
  libghc-exceptions-prof,
- libghc-random-dev (>= 1),
  libghc-random-dev (<< 1.2),
+ libghc-random-dev (>= 1),
  libghc-random-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-data-default-class-doc,
  libghc-exceptions-doc,
  libghc-random-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/Soostone/retry
-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-retry
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Retry combinators for monadic actions that may fail
  This package exposes combinators that can wrap arbitrary monadic actions. They
@@ -37,13 +40,18 @@ X-Description: Retry combinators for monadic actions that may fail
 
 Package: libghc-retry-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}
  .
@@ -51,12 +59,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-retry-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}
  .
@@ -65,11 +78,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-retry-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