[DHG_packages] 01/04: free: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 17:47:49 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 041caef8c692a1a2e665b4a1d6f6aa27c272641c
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 13:43:22 2016 -0400

    free: build with ghc 8 in experimental
---
 p/haskell-free/debian/changelog |  6 ++---
 p/haskell-free/debian/control   | 54 ++++++++++++++++++++---------------------
 2 files changed, 29 insertions(+), 31 deletions(-)

diff --git a/p/haskell-free/debian/changelog b/p/haskell-free/debian/changelog
index e23d6ac..8bfd32e 100644
--- a/p/haskell-free/debian/changelog
+++ b/p/haskell-free/debian/changelog
@@ -1,8 +1,8 @@
-haskell-free (4.12.4-2) UNRELEASED; urgency=medium
+haskell-free (4.12.4-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:31 +0200
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 13:42:18 -0400
 
 haskell-free (4.12.4-1) unstable; urgency=medium
 
diff --git a/p/haskell-free/debian/control b/p/haskell-free/debian/control
index 4769bf2..004222a 100644
--- a/p/haskell-free/debian/control
+++ b/p/haskell-free/debian/control
@@ -3,41 +3,43 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Iulian Udrea <iulian at linux.com>
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-bifunctors-dev (>= 4),
+ haskell-devscripts (>= 0.10),
  libghc-bifunctors-dev (<< 6),
+ libghc-bifunctors-dev (>= 4),
  libghc-bifunctors-prof,
- libghc-comonad-dev (>= 4),
  libghc-comonad-dev (<< 6),
+ libghc-comonad-dev (>= 4),
  libghc-comonad-prof,
  libghc-distributive-dev (>= 0.2.1),
  libghc-distributive-prof,
- libghc-exceptions-dev (>= 0.6),
  libghc-exceptions-dev (<< 0.9),
+ libghc-exceptions-dev (>= 0.6),
  libghc-exceptions-prof,
- libghc-mtl-dev (>= 2.0.1.0),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0.1.0),
  libghc-mtl-prof,
- libghc-prelude-extras-dev (>= 0.4),
  libghc-prelude-extras-dev (<< 1),
+ libghc-prelude-extras-dev (>= 0.4),
  libghc-prelude-extras-prof,
- libghc-profunctors-dev (>= 4),
  libghc-profunctors-dev (<< 6),
+ libghc-profunctors-dev (>= 4),
  libghc-profunctors-prof,
- libghc-semigroupoids-dev (>= 4),
  libghc-semigroupoids-dev (<< 6),
+ libghc-semigroupoids-dev (>= 4),
  libghc-semigroupoids-prof,
- libghc-semigroups-dev (>= 0.8.3.1),
  libghc-semigroups-dev (<< 1),
+ libghc-semigroups-dev (>= 0.8.3.1),
  libghc-semigroups-prof,
- libghc-transformers-compat-dev (>= 0.3),
  libghc-transformers-compat-dev (<< 1),
+ libghc-transformers-compat-dev (>= 0.3),
  libghc-transformers-compat-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-bifunctors-doc,
  libghc-comonad-doc,
  libghc-distributive-doc,
@@ -55,12 +57,10 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-free-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: Monads for free${haskell:ShortBlurb}
  Free monads are useful for many tree-like structures and domain specific
  languages.
@@ -78,11 +78,10 @@ Description: Monads for free${haskell:ShortBlurb}
 
 Package: libghc-free-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: Monads for free${haskell:ShortBlurb}
  Free monads are useful for many tree-like structures and domain specific
  languages.
@@ -101,10 +100,9 @@ Description: Monads for free${haskell:ShortBlurb}
 Package: libghc-free-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: Monads for free${haskell:ShortBlurb}
  Free monads are useful for many tree-like structures and domain specific
  languages.

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