[DHG_packages] 03/05: hsp: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 20:11:53 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 7b9be78a3828f5ab65411aa69fcacc2aa100f8b9
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 16:08:34 2016 -0400

    hsp: build with ghc 8 in experimental
---
 p/haskell-hsp/debian/changelog |  8 ++++----
 p/haskell-hsp/debian/control   | 39 +++++++++++++++++----------------------
 2 files changed, 21 insertions(+), 26 deletions(-)

diff --git a/p/haskell-hsp/debian/changelog b/p/haskell-hsp/debian/changelog
index 99231d9..4fd5bc4 100644
--- a/p/haskell-hsp/debian/changelog
+++ b/p/haskell-hsp/debian/changelog
@@ -1,13 +1,13 @@
-haskell-hsp (0.10.0-4) UNRELEASED; urgency=medium
+haskell-hsp (0.10.0-4) 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:35:30 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 16:08:26 -0400
 
 haskell-hsp (0.10.0-3) unstable; urgency=medium
 
diff --git a/p/haskell-hsp/debian/control b/p/haskell-hsp/debian/control
index 89e2c71..ed82ed1 100644
--- a/p/haskell-hsp/debian/control
+++ b/p/haskell-hsp/debian/control
@@ -3,31 +3,28 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: Giovanni Mascellani <gio 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-mtl-dev,
  libghc-mtl-prof,
  libghc-text-dev,
  libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-mtl-doc,
- libghc-text-doc,
+Build-Depends-Indep: ghc-doc, libghc-mtl-doc, libghc-text-doc
 Standards-Version: 3.9.8
 Homepage: http://hub.darcs.net/nibro/hsp
-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-hsp
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-hsp-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: Haskell library for dynamic server-side web pages${haskell:ShortBlurb}
  Haskell Server Pages (HSP) is an extension of vanilla Haskell, targetted
  at the task of writing dynamic server-side web pages. Features include
@@ -38,11 +35,10 @@ Description: Haskell library for dynamic server-side web pages${haskell:ShortBlu
 
 Package: libghc-hsp-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
 Description: Haskell library for dynamic server-side web pages${haskell:ShortBlurb}
  Haskell Server Pages (HSP) is an extension of vanilla Haskell, targetted
  at the task of writing dynamic server-side web pages. Features include
@@ -54,10 +50,9 @@ Description: Haskell library for dynamic server-side web pages${haskell:ShortBlu
 Package: libghc-hsp-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
 Description: Haskell library for dynamic server-side web pages${haskell:ShortBlurb}
  Haskell Server Pages (HSP) is an extension of vanilla Haskell, targetted
  at the task of writing dynamic server-side web pages. Features include

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