[DHG_packages] 05/05: control-monad-loop: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 04:38:22 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 f1c164f04f06b6502d9234c03d99fd010237f8ff
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 00:37:39 2016 -0400

    control-monad-loop: build with ghc 8 in experimental
---
 p/haskell-control-monad-loop/debian/changelog |  8 ++---
 p/haskell-control-monad-loop/debian/control   | 50 +++++++++++++++++----------
 2 files changed, 36 insertions(+), 22 deletions(-)

diff --git a/p/haskell-control-monad-loop/debian/changelog b/p/haskell-control-monad-loop/debian/changelog
index 516d3e8..2eabf59 100644
--- a/p/haskell-control-monad-loop/debian/changelog
+++ b/p/haskell-control-monad-loop/debian/changelog
@@ -1,13 +1,13 @@
-haskell-control-monad-loop (0.1-7) UNRELEASED; urgency=medium
+haskell-control-monad-loop (0.1-7) 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)
 
-  [ 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:01 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 00:37:34 -0400
 
 haskell-control-monad-loop (0.1-6) unstable; urgency=medium
 
diff --git a/p/haskell-control-monad-loop/debian/control b/p/haskell-control-monad-loop/debian/control
index 0c716a0..a3ef40e 100644
--- a/p/haskell-control-monad-loop/debian/control
+++ b/p/haskell-control-monad-loop/debian/control
@@ -1,30 +1,37 @@
 Source: haskell-control-monad-loop
 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 (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-transformers-base-dev,
  libghc-transformers-base-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-transformers-base-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/joeyadams/haskell-control-monad-loop
-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-control-monad-loop
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-control-monad-loop-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: simple monad transformer for imperative-style loops${haskell:ShortBlurb}
  control-monad-loop is a library of looping constructs with continue and
  exit control flow statements.
@@ -33,11 +40,15 @@ Description: simple monad transformer for imperative-style loops${haskell:ShortB
 
 Package: libghc-control-monad-loop-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: simple monad transformer for imperative-style loops${haskell:ShortBlurb}
  control-monad-loop is a library of looping constructs with continue and
  exit control flow statements.
@@ -47,10 +58,13 @@ Description: simple monad transformer for imperative-style loops${haskell:ShortB
 Package: libghc-control-monad-loop-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: simple monad transformer for imperative-style loops${haskell:ShortBlurb}
  control-monad-loop is a library of looping constructs with continue and
  exit control flow statements.

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