[DHG_packages] 03/06: mmorph: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 20:26:13 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 9c3a07b9e5e85f24ac225370d30b1c5dffe4157c
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 16:21:05 2016 -0400

    mmorph: build with ghc 8 in experimental
---
 p/haskell-mmorph/debian/changelog |  6 +++---
 p/haskell-mmorph/debian/control   | 41 +++++++++++++++++----------------------
 2 files changed, 21 insertions(+), 26 deletions(-)

diff --git a/p/haskell-mmorph/debian/changelog b/p/haskell-mmorph/debian/changelog
index 225d4b8..4305f55 100644
--- a/p/haskell-mmorph/debian/changelog
+++ b/p/haskell-mmorph/debian/changelog
@@ -1,8 +1,8 @@
-haskell-mmorph (1.0.6-2) UNRELEASED; urgency=medium
+haskell-mmorph (1.0.6-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>  Fri, 14 Oct 2016 16:20:51 -0400
 
 haskell-mmorph (1.0.6-1) unstable; urgency=medium
 
diff --git a/p/haskell-mmorph/debian/control b/p/haskell-mmorph/debian/control
index 96a8d60..18ddd4e 100644
--- a/p/haskell-mmorph/debian/control
+++ b/p/haskell-mmorph/debian/control
@@ -3,20 +3,19 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 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,
- libghc-mtl-dev (>= 2.0.1),
+ haskell-devscripts (>= 0.10),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0.1),
  libghc-mtl-prof,
- libghc-transformers-compat-dev (>= 0.3),
  libghc-transformers-compat-dev (<< 0.6),
+ libghc-transformers-compat-dev (>= 0.3),
  libghc-transformers-compat-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
- libghc-transformers-compat-doc,
+Build-Depends-Indep: ghc-doc, libghc-mtl-doc, libghc-transformers-compat-doc
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/mmorph
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-mmorph
@@ -24,12 +23,10 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-mmorph-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: monad morphisms${haskell:ShortBlurb}
  This library provides monad morphism utilities, most commonly used
  for manipulating monad transformer stacks.
@@ -38,11 +35,10 @@ Description: monad morphisms${haskell:ShortBlurb}
 
 Package: libghc-mmorph-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: monad morphisms${haskell:ShortBlurb}
  This library provides monad morphism utilities, most commonly used
  for manipulating monad transformer stacks.
@@ -52,10 +48,9 @@ Description: monad morphisms${haskell:ShortBlurb}
 Package: libghc-mmorph-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: monad morphisms${haskell:ShortBlurb}
  This library provides monad morphism utilities, most commonly used
  for manipulating monad transformer stacks.

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