[DHG_packages] 02/05: quickcheck-simple: 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 31d93b4938a7e8b6278c92a78e6817631cf46f76
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 14:22:21 2016 -0400

    quickcheck-simple: build with ghc 8 in experimental
---
 p/haskell-quickcheck-simple/debian/changelog |  6 +++
 p/haskell-quickcheck-simple/debian/control   | 55 ++++++++++++++++++----------
 2 files changed, 42 insertions(+), 19 deletions(-)

diff --git a/p/haskell-quickcheck-simple/debian/changelog b/p/haskell-quickcheck-simple/debian/changelog
index 9e31ba3..6a23876 100644
--- a/p/haskell-quickcheck-simple/debian/changelog
+++ b/p/haskell-quickcheck-simple/debian/changelog
@@ -1,3 +1,9 @@
+haskell-quickcheck-simple (0.1.0.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 14:22:05 -0400
+
 haskell-quickcheck-simple (0.1.0.1-1) unstable; urgency=low
 
   * Initial release (Closes: #832639)
diff --git a/p/haskell-quickcheck-simple/debian/control b/p/haskell-quickcheck-simple/debian/control
index 0ba4797..861a6e0 100644
--- a/p/haskell-quickcheck-simple/debian/control
+++ b/p/haskell-quickcheck-simple/debian/control
@@ -1,16 +1,19 @@
 Source: haskell-quickcheck-simple
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Kei Hibino <ex8k.hibino at gmail.com>
+Uploaders:
+ Kei Hibino <ex8k.hibino at gmail.com>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.9),
  libghc-quickcheck2-dev (>= 2),
  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-simple
@@ -22,13 +25,18 @@ X-Description: Test properties and default-mains for QuickCheck
 
 Package: libghc-quickcheck-simple-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}
  .
@@ -36,12 +44,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-quickcheck-simple-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}
  .
@@ -50,11 +63,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-quickcheck-simple-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