[DHG_packages] 03/05: MonadRandom: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 21:02:28 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 8b09032796746d84ca5390dd7c252a1ac15dbbc0
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 16:58:43 2016 -0400

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

diff --git a/p/haskell-monadrandom/debian/changelog b/p/haskell-monadrandom/debian/changelog
index e7cc1e3..9e89be4 100644
--- a/p/haskell-monadrandom/debian/changelog
+++ b/p/haskell-monadrandom/debian/changelog
@@ -1,8 +1,8 @@
-haskell-monadrandom (0.4.2.3-2) UNRELEASED; urgency=medium
+haskell-monadrandom (0.4.2.3-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>  Fri, 14 Oct 2016 16:58:36 -0400
 
 haskell-monadrandom (0.4.2.3-1) unstable; urgency=medium
 
diff --git a/p/haskell-monadrandom/debian/control b/p/haskell-monadrandom/debian/control
index 05df031..de8891f 100644
--- a/p/haskell-monadrandom/debian/control
+++ b/p/haskell-monadrandom/debian/control
@@ -3,36 +3,36 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Clint Adams <clint at debian.org>, Iulian Udrea <iulian at physics.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.1),
+ haskell-devscripts (>= 0.10),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.1),
  libghc-mtl-prof,
  libghc-random-dev,
  libghc-random-prof,
- libghc-transformers-compat-dev (>= 0.4),
  libghc-transformers-compat-dev (<< 0.6),
+ libghc-transformers-compat-dev (>= 0.4),
  libghc-transformers-compat-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-mtl-doc,
  libghc-random-doc,
  libghc-transformers-compat-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/MonadRandom
-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-monadrandom
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-monadrandom-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: random-number generation monad${haskell:ShortBlurb}
  Support for computations which consume random values.
  .
@@ -40,11 +40,10 @@ Description: random-number generation monad${haskell:ShortBlurb}
 
 Package: libghc-monadrandom-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: random-number generation monad${haskell:ShortBlurb}
  Support for computations which consume random values.
  .
@@ -53,10 +52,9 @@ Description: random-number generation monad${haskell:ShortBlurb}
 Package: libghc-monadrandom-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: random-number generation monad${haskell:ShortBlurb}
  Support for computations which consume random values.
  .

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