[DHG_packages] 01/05: foldl: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 06:25:54 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 f2f04c65c5b30831d54310c3775a535aed30dac0
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 02:17:03 2016 -0400

    foldl: build with ghc 8 in experimental
---
 p/haskell-foldl/debian/changelog |  6 ++---
 p/haskell-foldl/debian/control   | 58 +++++++++++++++++++++++++---------------
 2 files changed, 39 insertions(+), 25 deletions(-)

diff --git a/p/haskell-foldl/debian/changelog b/p/haskell-foldl/debian/changelog
index 45164d0..a3ab8bc 100644
--- a/p/haskell-foldl/debian/changelog
+++ b/p/haskell-foldl/debian/changelog
@@ -1,8 +1,8 @@
-haskell-foldl (1.2.1-2) UNRELEASED; urgency=medium
+haskell-foldl (1.2.1-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>  Sun, 16 Oct 2016 02:16:57 -0400
 
 haskell-foldl (1.2.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-foldl/debian/control b/p/haskell-foldl/debian/control
index 8921b67..88c0e02 100644
--- a/p/haskell-foldl/debian/control
+++ b/p/haskell-foldl/debian/control
@@ -1,32 +1,35 @@
 Source: haskell-foldl
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+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-comonad-dev (>= 4.0),
+ haskell-devscripts (>= 0.10),
  libghc-comonad-dev (<< 6),
+ libghc-comonad-dev (>= 4.0),
  libghc-comonad-prof,
  libghc-contravariant-dev (<< 1.5),
  libghc-contravariant-prof,
- libghc-mwc-random-dev (>= 0.13.1.0),
  libghc-mwc-random-dev (<< 0.14),
+ libghc-mwc-random-dev (>= 0.13.1.0),
  libghc-mwc-random-prof,
  libghc-primitive-dev (<< 0.7),
  libghc-primitive-prof,
  libghc-profunctors-dev (<< 5.3),
  libghc-profunctors-prof,
- libghc-text-dev (>= 0.11.2.0),
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.11.2.0),
  libghc-text-prof,
- libghc-vector-dev (>= 0.7),
  libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (>= 0.7),
  libghc-vector-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-comonad-doc,
  libghc-contravariant-doc,
  libghc-mwc-random-doc,
@@ -36,7 +39,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/foldl
-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-foldl
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: composable, streaming, and efficient left folds
  This library provides strict left folds that stream in constant
@@ -46,12 +49,16 @@ X-Description: composable, streaming, and efficient left folds
 
 Package: libghc-foldl-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}
  .
@@ -59,11 +66,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-foldl-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}
  .
@@ -72,10 +83,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-foldl-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