[DHG_packages] 03/04: IfElse: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 03:27:34 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 b39b0da62814193c3264c4066de02050ec6f660f
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 13 23:24:39 2016 -0400

    IfElse: build with ghc 8 in experimental
---
 p/haskell-ifelse/debian/changelog |  8 ++++----
 p/haskell-ifelse/debian/control   | 30 +++++++++++++-----------------
 2 files changed, 17 insertions(+), 21 deletions(-)

diff --git a/p/haskell-ifelse/debian/changelog b/p/haskell-ifelse/debian/changelog
index bcea778..a12423b 100644
--- a/p/haskell-ifelse/debian/changelog
+++ b/p/haskell-ifelse/debian/changelog
@@ -1,14 +1,14 @@
-haskell-ifelse (0.85-12) UNRELEASED; urgency=medium
+haskell-ifelse (0.85-12) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
   * Convert `debian/copyright' to dep5 format
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:36 +0300
+ -- Clint Adams <clint at debian.org>  Thu, 13 Oct 2016 23:24:13 -0400
 
 haskell-ifelse (0.85-11) unstable; urgency=medium
 
diff --git a/p/haskell-ifelse/debian/control b/p/haskell-ifelse/debian/control
index 240e365..48f32a2 100644
--- a/p/haskell-ifelse/debian/control
+++ b/p/haskell-ifelse/debian/control
@@ -3,12 +3,13 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 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,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/IfElse
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
@@ -16,11 +17,9 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-ifelse-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb}
  Library for control flow inside of monads with anaphoric variants on if and
  when and a C-like "switch" function.
@@ -29,10 +28,8 @@ Description: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb
 
 Package: libghc-ifelse-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Provides: ${haskell:Provides}
 Description: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb}
  Library for control flow inside of monads with anaphoric variants on if and
  when and a C-like "switch" function.
@@ -42,10 +39,9 @@ Description: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb
 Package: libghc-ifelse-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: anaphoric and miscellaneous useful control-flow${haskell:ShortBlurb}
  Library for control flow inside of monads with anaphoric variants on if and
  when and a C-like "switch" function.

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