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

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 19:14:10 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 b8131ad6e315b68840de1fd74045732c1428be42
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 15:08:02 2016 -0400

    quickcheck-instances: build with ghc 8 in experimental
---
 p/haskell-quickcheck-instances/debian/changelog |  6 +--
 p/haskell-quickcheck-instances/debian/control   | 68 +++++++++++++++----------
 2 files changed, 44 insertions(+), 30 deletions(-)

diff --git a/p/haskell-quickcheck-instances/debian/changelog b/p/haskell-quickcheck-instances/debian/changelog
index 3397d9d..88985a3 100644
--- a/p/haskell-quickcheck-instances/debian/changelog
+++ b/p/haskell-quickcheck-instances/debian/changelog
@@ -1,8 +1,8 @@
-haskell-quickcheck-instances (0.3.12-2) UNRELEASED; urgency=medium
+haskell-quickcheck-instances (0.3.12-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:57 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 15:07:53 -0400
 
 haskell-quickcheck-instances (0.3.12-1) unstable; urgency=medium
 
diff --git a/p/haskell-quickcheck-instances/debian/control b/p/haskell-quickcheck-instances/debian/control
index 1bc2054..afe5e67 100644
--- a/p/haskell-quickcheck-instances/debian/control
+++ b/p/haskell-quickcheck-instances/debian/control
@@ -1,55 +1,62 @@
 Source: haskell-quickcheck-instances
 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-quickcheck2-dev (>= 2.1),
- libghc-quickcheck2-dev (<< 2.9),
- libghc-quickcheck2-prof,
- libghc-hashable-dev (>= 1.1.2.3),
+ haskell-devscripts (>= 0.10),
  libghc-hashable-dev (<< 1.3),
+ libghc-hashable-dev (>= 1.1.2.3),
  libghc-hashable-prof,
- libghc-old-time-dev (>= 1.0),
  libghc-old-time-dev (<< 1.2),
+ libghc-old-time-dev (>= 1.0),
  libghc-old-time-prof,
- libghc-scientific-dev (>= 0.2),
+ libghc-quickcheck2-dev (<< 2.9),
+ libghc-quickcheck2-dev (>= 2.1),
+ libghc-quickcheck2-prof,
  libghc-scientific-dev (<< 0.4),
+ libghc-scientific-dev (>= 0.2),
  libghc-scientific-prof,
- libghc-text-dev (>= 0.7),
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.7),
  libghc-text-prof,
- libghc-unordered-containers-dev (>= 0.2.1),
  libghc-unordered-containers-dev (<< 0.3),
+ libghc-unordered-containers-dev (>= 0.2.1),
  libghc-unordered-containers-prof,
- libghc-vector-dev (>= 0.9),
  libghc-vector-dev (<< 0.12),
+ libghc-vector-dev (>= 0.9),
  libghc-vector-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-quickcheck2-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-hashable-doc,
  libghc-old-time-doc,
+ libghc-quickcheck2-doc,
  libghc-scientific-doc,
  libghc-text-doc,
  libghc-unordered-containers-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/aslatter/qc-instances
-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-instances
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-quickcheck-instances-dev
 Architecture: any
-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: common QuickCheck instances
  QuickCheck instances.
  .
@@ -66,11 +73,15 @@ Description: common QuickCheck instances
 
 Package: libghc-quickcheck-instances-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: common QuickCheck instances; profiling libraries
  QuickCheck instances.
  .
@@ -88,10 +99,13 @@ Description: common QuickCheck instances; profiling libraries
 Package: libghc-quickcheck-instances-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: common QuickCheck instances; documentation
  QuickCheck instances.
  .

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