[DHG_packages] 04/05: monad-unlift: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 00:12:53 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 7b70f7d5421b82bde3b4e6e846ce033112da1aaf
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 20:11:10 2016 -0400

    monad-unlift: build with ghc 8 in experimental
---
 p/haskell-monad-unlift/debian/changelog |  6 ++--
 p/haskell-monad-unlift/debian/control   | 61 +++++++++++++++++++++------------
 2 files changed, 42 insertions(+), 25 deletions(-)

diff --git a/p/haskell-monad-unlift/debian/changelog b/p/haskell-monad-unlift/debian/changelog
index 725a38c..0cabe8e 100644
--- a/p/haskell-monad-unlift/debian/changelog
+++ b/p/haskell-monad-unlift/debian/changelog
@@ -1,8 +1,8 @@
-haskell-monad-unlift (0.2.0-2) UNRELEASED; urgency=medium
+haskell-monad-unlift (0.2.0-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:48 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 20:11:03 -0400
 
 haskell-monad-unlift (0.2.0-1) unstable; urgency=low
 
diff --git a/p/haskell-monad-unlift/debian/control b/p/haskell-monad-unlift/debian/control
index 8ec4c8e..e2d52ea 100644
--- a/p/haskell-monad-unlift/debian/control
+++ b/p/haskell-monad-unlift/debian/control
@@ -1,29 +1,32 @@
 Source: haskell-monad-unlift
 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.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.9),
  libghc-constraints-dev,
  libghc-constraints-prof,
- libghc-monad-control-dev (>= 1.0),
  libghc-monad-control-dev (<< 1.1),
+ libghc-monad-control-dev (>= 1.0),
  libghc-monad-control-prof,
  libghc-transformers-base-dev,
  libghc-transformers-base-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-constraints-doc,
  libghc-monad-control-doc,
  libghc-transformers-base-doc,
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Homepage: https://github.com/fpco/monad-unlift
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-monad-unlift
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Typeclasses for representing monad transformer unlifting
+X-Description: typeclasses for representing monad transformer unlifting
  This package provides typeclasses for providing for unlifting of monad
  transformers and stacks.
  .
@@ -32,13 +35,18 @@ X-Description: Typeclasses for representing monad transformer unlifting
 
 Package: libghc-monad-unlift-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}
  .
@@ -46,12 +54,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-monad-unlift-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}
  .
@@ -60,11 +73,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-monad-unlift-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