[DHG_packages] 04/05: web-routes-hsp: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 20:53: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 3d4df75b5a26d17566ddb69e97561f5c9f59e7c2
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 16:51:20 2016 -0400

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

diff --git a/p/haskell-web-routes-hsp/debian/changelog b/p/haskell-web-routes-hsp/debian/changelog
index 5687d64..7533958 100644
--- a/p/haskell-web-routes-hsp/debian/changelog
+++ b/p/haskell-web-routes-hsp/debian/changelog
@@ -1,13 +1,13 @@
-haskell-web-routes-hsp (0.24.6.1-2) UNRELEASED; urgency=medium
+haskell-web-routes-hsp (0.24.6.1-2) 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:36:30 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 16:51:15 -0400
 
 haskell-web-routes-hsp (0.24.6.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-web-routes-hsp/debian/control b/p/haskell-web-routes-hsp/debian/control
index 3bade8f..4c77afa 100644
--- a/p/haskell-web-routes-hsp/debian/control
+++ b/p/haskell-web-routes-hsp/debian/control
@@ -1,41 +1,48 @@
 Source: haskell-web-routes-hsp
 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-hsp-dev (>= 0.9),
+ haskell-devscripts (>= 0.10),
  libghc-hsp-dev (<< 0.11),
+ libghc-hsp-dev (>= 0.9),
  libghc-hsp-prof,
- libghc-text-dev (>= 0.11),
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.11),
  libghc-text-prof,
- libghc-web-routes-dev (>= 0.26),
  libghc-web-routes-dev (<< 0.28),
+ libghc-web-routes-dev (>= 0.26),
  libghc-web-routes-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-hsp-doc,
  libghc-text-doc,
  libghc-web-routes-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/web-routes-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-web-routes-hsp
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: XMLGenerator instance for RouteT monad
  Provides HSP and web-routes integration.
 
 Package: libghc-web-routes-hsp-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:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -43,11 +50,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-web-routes-hsp-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:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -56,10 +67,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-web-routes-hsp-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: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