[DHG_packages] 01/05: should-not-typecheck: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 04:50: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 519b84c7abf2a5a7088ce4b0491d4261f6e5444d
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 00:46:01 2016 -0400

    should-not-typecheck: build with ghc 8 in experimental
---
 p/haskell-should-not-typecheck/debian/changelog |  6 +++
 p/haskell-should-not-typecheck/debian/control   | 59 ++++++++++++++++---------
 2 files changed, 44 insertions(+), 21 deletions(-)

diff --git a/p/haskell-should-not-typecheck/debian/changelog b/p/haskell-should-not-typecheck/debian/changelog
index 65268ce..bee1461 100644
--- a/p/haskell-should-not-typecheck/debian/changelog
+++ b/p/haskell-should-not-typecheck/debian/changelog
@@ -1,3 +1,9 @@
+haskell-should-not-typecheck (2.1.0-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 00:45:56 -0400
+
 haskell-should-not-typecheck (2.1.0-1) unstable; urgency=low
 
   * Initial release
diff --git a/p/haskell-should-not-typecheck/debian/control b/p/haskell-should-not-typecheck/debian/control
index f96d97b..cd46b96 100644
--- a/p/haskell-should-not-typecheck/debian/control
+++ b/p/haskell-should-not-typecheck/debian/control
@@ -1,18 +1,21 @@
 Source: haskell-should-not-typecheck
 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.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-hunit-dev (>= 1.2),
- libghc-hunit-prof,
+ haskell-devscripts (>= 0.9),
  libghc-hspec-dev (>= 2.1),
  libghc-hspec-expectations-dev (>= 0.6),
-Build-Depends-Indep: ghc-doc,
+ libghc-hunit-dev (>= 1.2),
+ libghc-hunit-prof,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-hunit-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/CRogers/should-not-typecheck
@@ -27,13 +30,18 @@ X-Description: verify that an expression does not typecheck
 
 Package: libghc-should-not-typecheck-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}
  .
@@ -41,12 +49,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-should-not-typecheck-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}
  .
@@ -55,11 +68,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-should-not-typecheck-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