[DHG_packages] 04/05: hlint: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 16:05:37 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 04185c417296056247443ab087bbd7611d036a42
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 12:03:18 2016 -0400

    hlint: build with ghc 8 in experimental
---
 p/hlint/debian/changelog |  6 +++++
 p/hlint/debian/control   | 64 ++++++++++++++++++++++++++++++------------------
 2 files changed, 46 insertions(+), 24 deletions(-)

diff --git a/p/hlint/debian/changelog b/p/hlint/debian/changelog
index a8d6ed4..61f7f32 100644
--- a/p/hlint/debian/changelog
+++ b/p/hlint/debian/changelog
@@ -1,3 +1,9 @@
+hlint (1.9.35-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 12:03:09 -0400
+
 hlint (1.9.35-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/hlint/debian/control b/p/hlint/debian/control
index 7297922..de6a4ad 100644
--- a/p/hlint/debian/control
+++ b/p/hlint/debian/control
@@ -1,13 +1,15 @@
 Source: hlint
 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,
+ haskell-devscripts (>= 0.10),
  libghc-ansi-terminal-dev (>= 0.6.2),
  libghc-ansi-terminal-prof,
  libghc-cmdargs-dev (>= 0.10),
@@ -16,46 +18,53 @@ Build-Depends: debhelper (>= 9),
  libghc-cpphs-prof,
  libghc-extra-dev (>= 1.4.9),
  libghc-extra-prof,
- libghc-src-exts-dev (>= 1.17),
- libghc-src-exts-dev (<< 1.18),
- libghc-src-exts-prof,
  libghc-hscolour-dev (>= 1.21),
  libghc-hscolour-prof,
  libghc-refact-dev (>= 0.3),
  libghc-refact-prof,
+ libghc-src-exts-dev (<< 1.18),
+ libghc-src-exts-dev (>= 1.17),
+ libghc-src-exts-prof,
  libghc-uniplate-dev (>= 1.5),
  libghc-uniplate-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-ansi-terminal-doc,
  libghc-cmdargs-doc,
  libghc-cpphs-doc,
  libghc-extra-doc,
- libghc-src-exts-doc,
  libghc-hscolour-doc,
  libghc-refact-doc,
+ libghc-src-exts-doc,
  libghc-uniplate-doc,
 Standards-Version: 3.9.8
 Homepage: http://community.haskell.org/~ndm/hlint/
-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/hlint
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: hlint
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends:
  ${misc:Depends},
-Recommends: ghc,
+ ${shlibs:Depends},
+Recommends:
+ ghc (>= 8),
 Description: Haskell source code suggestions
  HLint gives suggestions on how to improve your source code. It can either
  print them directly, or generate a colored HTML output.
 
 Package: libghc-hlint-dev
 Architecture: any
-Depends: ${haskell: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: Haskell source code suggestions${haskell:ShortBlurb}
  HLint gives suggestions on how to improve your source code. It can either
  print them directly, or generate a colored HTML output.
@@ -67,11 +76,15 @@ Description: Haskell source code suggestions${haskell:ShortBlurb}
 
 Package: libghc-hlint-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: Haskell source code suggestions${haskell:ShortBlurb}
  HLint gives suggestions on how to improve your source code. It can either
  print them directly, or generate a colored HTML output.
@@ -84,10 +97,13 @@ Description: Haskell source code suggestions${haskell:ShortBlurb}
 Package: libghc-hlint-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Haskell source code suggestions${haskell:ShortBlurb}
  HLint gives suggestions on how to improve your source code. It can either
  print them directly, or generate a colored HTML output.

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