[DHG_packages] 05/06: applicative-quoters: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 16:49:18 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 d7c8377f1434b23cb6f693f5ece0ca9ab2f19d1a
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 12:48:30 2016 -0400

    applicative-quoters: build with ghc 8 in experimental
---
 p/haskell-applicative-quoters/debian/changelog |  8 ++--
 p/haskell-applicative-quoters/debian/control   | 59 +++++++++++++++++---------
 2 files changed, 42 insertions(+), 25 deletions(-)

diff --git a/p/haskell-applicative-quoters/debian/changelog b/p/haskell-applicative-quoters/debian/changelog
index 814dcaf..3c68377 100644
--- a/p/haskell-applicative-quoters/debian/changelog
+++ b/p/haskell-applicative-quoters/debian/changelog
@@ -1,13 +1,13 @@
-haskell-applicative-quoters (0.1.0.8-4) UNRELEASED; urgency=medium
+haskell-applicative-quoters (0.1.0.8-4) 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>  Sun, 16 Oct 2016 12:46:39 -0400
 
 haskell-applicative-quoters (0.1.0.8-3) unstable; urgency=medium
 
diff --git a/p/haskell-applicative-quoters/debian/control b/p/haskell-applicative-quoters/debian/control
index c0d9fa9..d6c3b5c 100644
--- a/p/haskell-applicative-quoters/debian/control
+++ b/p/haskell-applicative-quoters/debian/control
@@ -1,21 +1,24 @@
 Source: haskell-applicative-quoters
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Kristoffer H Rose <krisrose at debian.org>
+Uploaders:
+ Kristoffer H Rose <krisrose 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-src-meta-dev (>= 0.2),
+ haskell-devscripts (>= 0.10),
  libghc-src-meta-dev (<< 1),
+ libghc-src-meta-dev (>= 0.2),
  libghc-src-meta-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-src-meta-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/applicative-quoters
-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-applicative-quoters
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Quasiquoters for idiom brackets and an applicative do-notation
  Quasiquoters taken from Matt Morrow's haskell-src-meta to implement
@@ -24,13 +27,18 @@ X-Description: Quasiquoters for idiom brackets and an applicative do-notation
 
 Package: libghc-applicative-quoters-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}
  .
@@ -38,12 +46,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-applicative-quoters-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}
  .
@@ -52,11 +65,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-applicative-quoters-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