[DHG_packages] 01/05: monad-journal: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 23:06:06 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 7200c283639106c092e660da42d6a6531434b160
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 19:01:48 2016 -0400

    monad-journal: build with ghc 8 in experimental
---
 p/haskell-monad-journal/debian/changelog |  6 ++--
 p/haskell-monad-journal/debian/control   | 60 ++++++++++++++++++++------------
 2 files changed, 40 insertions(+), 26 deletions(-)

diff --git a/p/haskell-monad-journal/debian/changelog b/p/haskell-monad-journal/debian/changelog
index f5f183c..9b0756c 100644
--- a/p/haskell-monad-journal/debian/changelog
+++ b/p/haskell-monad-journal/debian/changelog
@@ -1,8 +1,8 @@
-haskell-monad-journal (0.7.2-2) UNRELEASED; urgency=medium
+haskell-monad-journal (0.7.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:47 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 19:01:45 -0400
 
 haskell-monad-journal (0.7.2-1) unstable; urgency=medium
 
diff --git a/p/haskell-monad-journal/debian/control b/p/haskell-monad-journal/debian/control
index 717afe9..7a8a981 100644
--- a/p/haskell-monad-journal/debian/control
+++ b/p/haskell-monad-journal/debian/control
@@ -1,47 +1,54 @@
 Source: haskell-monad-journal
 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,
- libghc-either-dev (>= 4.1),
+ haskell-devscripts (>= 0.10),
  libghc-either-dev (<< 4.5),
+ libghc-either-dev (>= 4.1),
  libghc-either-prof,
- libghc-monad-control-dev (>= 0.3),
  libghc-monad-control-dev (<< 1.1),
+ libghc-monad-control-dev (>= 0.3),
  libghc-monad-control-prof,
- libghc-mtl-dev (>= 2.1),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.1),
  libghc-mtl-prof,
- libghc-transformers-base-dev (>= 0.4),
  libghc-transformers-base-dev (<< 0.5),
+ libghc-transformers-base-dev (>= 0.4),
  libghc-transformers-base-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-either-doc,
  libghc-monad-control-doc,
  libghc-mtl-doc,
  libghc-transformers-base-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/phaazon/monad-journal
-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-monad-journal
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Pure logger typeclass and monad transformer
+X-Description: pure logger typeclass and monad transformer
  This package provides a typeclass for logging in pure code, or more generally,
  in any kind of context. You can do whatever you want with logs, especially get
  them, clear them or even sink them through 'IO' if you're logging in MonadIO.
 
 Package: libghc-monad-journal-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -49,11 +56,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-monad-journal-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -62,10 +73,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-monad-journal-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: ${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