[DHG_packages] 04/05: aeson-qq: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 19:27:06 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 6c65abb4459fea138308b3d13ebe97642efd4a95
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 15:24:28 2016 -0400

    aeson-qq: build with ghc 8 in experimental
---
 p/haskell-aeson-qq/debian/changelog |  8 ++---
 p/haskell-aeson-qq/debian/control   | 69 +++++++++++++++++++++++--------------
 2 files changed, 47 insertions(+), 30 deletions(-)

diff --git a/p/haskell-aeson-qq/debian/changelog b/p/haskell-aeson-qq/debian/changelog
index a176ad4..2294b53 100644
--- a/p/haskell-aeson-qq/debian/changelog
+++ b/p/haskell-aeson-qq/debian/changelog
@@ -1,13 +1,13 @@
-haskell-aeson-qq (0.8.1-2) UNRELEASED; urgency=medium
+haskell-aeson-qq (0.8.1-2) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:34:45 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 15:24:21 -0400
 
 haskell-aeson-qq (0.8.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-aeson-qq/debian/control b/p/haskell-aeson-qq/debian/control
index 851b7cc..b1ba1d6 100644
--- a/p/haskell-aeson-qq/debian/control
+++ b/p/haskell-aeson-qq/debian/control
@@ -1,44 +1,47 @@
 Source: haskell-aeson-qq
 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.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
+ libghc-aeson-dev,
  libghc-aeson-dev (>= 0.6),
  libghc-aeson-prof,
  libghc-attoparsec-dev,
  libghc-attoparsec-prof,
  libghc-base-compat-dev,
  libghc-base-compat-prof,
- libghc-src-meta-dev (>= 0.1.0),
- libghc-src-meta-prof,
+ libghc-hspec-dev,
  libghc-parsec3-dev,
  libghc-parsec3-prof,
  libghc-scientific-dev,
  libghc-scientific-prof,
+ libghc-src-meta-dev,
+ libghc-src-meta-dev (>= 0.1.0),
+ libghc-src-meta-prof,
  libghc-text-dev,
  libghc-text-prof,
  libghc-vector-dev,
  libghc-vector-prof,
- libghc-aeson-dev,
- libghc-src-meta-dev,
- libghc-hspec-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-aeson-doc,
  libghc-attoparsec-doc,
  libghc-base-compat-doc,
- libghc-src-meta-doc,
  libghc-parsec3-doc,
  libghc-scientific-doc,
+ libghc-src-meta-doc,
  libghc-text-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/zalora/aeson-qq
-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-aeson-qq
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: JSON quasiquoter for Haskell
  This package provides a JSON quasiquoter for Haskell. It exposes the function
@@ -47,13 +50,18 @@ X-Description: JSON quasiquoter for Haskell
 
 Package: libghc-aeson-qq-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}
  .
@@ -61,12 +69,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-aeson-qq-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}
  .
@@ -75,11 +88,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-aeson-qq-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