[DHG_packages] 02/06: happstack-server: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 23:59:11 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 42c2fdd702ad5e02a7a370d1bd5c2cdf0f2fe9c8
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 19:54:33 2016 -0400

    happstack-server: build with ghc 8 in experimental
---
 p/haskell-happstack-server/debian/changelog |  6 +++
 p/haskell-happstack-server/debian/control   | 72 +++++++++++++++++------------
 2 files changed, 49 insertions(+), 29 deletions(-)

diff --git a/p/haskell-happstack-server/debian/changelog b/p/haskell-happstack-server/debian/changelog
index bee679c..bf61d97 100644
--- a/p/haskell-happstack-server/debian/changelog
+++ b/p/haskell-happstack-server/debian/changelog
@@ -1,3 +1,9 @@
+haskell-happstack-server (7.4.6.2-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 19:54:24 -0400
+
 haskell-happstack-server (7.4.6.2-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-happstack-server/debian/control b/p/haskell-happstack-server/debian/control
index db84651..eff277b 100644
--- a/p/haskell-happstack-server/debian/control
+++ b/p/haskell-happstack-server/debian/control
@@ -1,18 +1,20 @@
 Source: haskell-happstack-server
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio at debian.org>
+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,
- libghc-base64-bytestring-dev (>= 1.0),
+ haskell-devscripts (>= 0.10),
  libghc-base64-bytestring-dev (<< 1.1),
+ libghc-base64-bytestring-dev (>= 1.0),
  libghc-base64-bytestring-prof,
- libghc-blaze-html-dev (>= 0.5),
  libghc-blaze-html-dev (<< 0.9),
+ libghc-blaze-html-dev (>= 0.5),
  libghc-blaze-html-prof,
  libghc-exceptions-dev,
  libghc-exceptions-prof,
@@ -22,47 +24,48 @@ Build-Depends: debhelper (>= 9),
  libghc-hslogger-prof,
  libghc-html-dev,
  libghc-html-prof,
- libghc-monad-control-dev (>= 0.3),
+ libghc-hunit-dev,
  libghc-monad-control-dev (<< 1.1),
+ libghc-monad-control-dev (>= 0.3),
  libghc-monad-control-prof,
- libghc-mtl-dev (>= 2),
  libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2),
  libghc-mtl-prof,
- libghc-network-dev (>> 2.6),
  libghc-network-dev (<< 2.7),
+ libghc-network-dev (>> 2.6),
  libghc-network-prof,
- libghc-network-uri-dev (>= 2.6),
  libghc-network-uri-dev (<< 2.7),
+ libghc-network-uri-dev (>= 2.6),
  libghc-network-uri-prof,
  libghc-parsec3-dev (<< 4),
  libghc-parsec3-prof,
- libghc-sendfile-dev (>= 0.7.1),
  libghc-sendfile-dev (<< 0.8),
+ libghc-sendfile-dev (>= 0.7.1),
  libghc-sendfile-prof,
  libghc-syb-dev,
  libghc-syb-prof,
  libghc-system-filepath-dev (>= 0.3.1),
  libghc-system-filepath-prof,
- libghc-text-dev (>= 0.10),
  libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.10),
  libghc-text-prof,
  libghc-threads-dev (>= 0.5),
  libghc-threads-prof,
  libghc-time-compat-dev,
  libghc-time-compat-prof,
- libghc-transformers-base-dev (>= 0.4),
  libghc-transformers-base-dev (<< 0.5),
+ libghc-transformers-base-dev (>= 0.4),
  libghc-transformers-base-prof,
- libghc-transformers-compat-dev (>= 0.3),
  libghc-transformers-compat-dev (<< 0.6),
+ libghc-transformers-compat-dev (>= 0.3),
  libghc-transformers-compat-prof,
- libghc-utf8-string-dev (>= 0.3.4),
  libghc-utf8-string-dev (<< 1.1),
+ libghc-utf8-string-dev (>= 0.3.4),
  libghc-utf8-string-prof,
  libghc-zlib-dev,
  libghc-zlib-prof,
- libghc-hunit-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-base64-bytestring-doc,
  libghc-blaze-html-doc,
  libghc-exceptions-doc,
@@ -86,17 +89,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-zlib-doc,
 Standards-Version: 3.9.8
 Homepage: http://happstack.com
-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-happstack-server
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-happstack-server-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Happstack web framework, HTTP server${haskell:ShortBlurb}
  Happstack is a Haskell web framework, designed so that developers can
  prototype quickly, deploy painlessly, scale massively, operate reliably,
@@ -115,11 +122,15 @@ Description: Happstack web framework, HTTP server${haskell:ShortBlurb}
 
 Package: libghc-happstack-server-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: Happstack web framework, HTTP server${haskell:ShortBlurb}
  Happstack is a Haskell web framework, designed so that developers can
  prototype quickly, deploy painlessly, scale massively, operate reliably,
@@ -139,10 +150,13 @@ Description: Happstack web framework, HTTP server${haskell:ShortBlurb}
 Package: libghc-happstack-server-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Happstack web framework, HTTP server${haskell:ShortBlurb}
  Happstack is a Haskell web framework, designed so that developers can
  prototype quickly, deploy painlessly, scale massively, operate reliably,

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