[DHG_packages] 01/05: quickcheck-safe: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 18:28:09 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 886bb7b23395bc3eaec82d4f0053906fca95afe4
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 14:21:14 2016 -0400

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

diff --git a/p/haskell-quickcheck-safe/debian/changelog b/p/haskell-quickcheck-safe/debian/changelog
index 94740d6..cfa43de 100644
--- a/p/haskell-quickcheck-safe/debian/changelog
+++ b/p/haskell-quickcheck-safe/debian/changelog
@@ -1,13 +1,13 @@
-haskell-quickcheck-safe (0.1.0.1-3) UNRELEASED; urgency=medium
+haskell-quickcheck-safe (0.1.0.1-3) 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:36:03 +0300
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 14:21:06 -0400
 
 haskell-quickcheck-safe (0.1.0.1-2) unstable; urgency=medium
 
diff --git a/p/haskell-quickcheck-safe/debian/control b/p/haskell-quickcheck-safe/debian/control
index d1b9235..f8e388e 100644
--- a/p/haskell-quickcheck-safe/debian/control
+++ b/p/haskell-quickcheck-safe/debian/control
@@ -1,21 +1,24 @@
 Source: haskell-quickcheck-safe
 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,
- libghc-quickcheck2-dev (>= 2.7),
+ haskell-devscripts (>= 0.10),
  libghc-quickcheck2-dev (<< 2.9),
+ libghc-quickcheck2-dev (>= 2.7),
  libghc-quickcheck2-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-quickcheck2-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/QuickCheck-safe
-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-quickcheck-safe
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: Safe reimplementation of QuickCheck's core
  QuickCheck-safe reimplements the quickCheck functionality with a pure
@@ -34,13 +37,18 @@ X-Description: Safe reimplementation of QuickCheck's core
 
 Package: libghc-quickcheck-safe-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}
  .
@@ -48,12 +56,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-quickcheck-safe-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}
  .
@@ -62,11 +75,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-quickcheck-safe-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