[DHG_packages] 03/06: warp-tls: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 23:11:17 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 1ae510e46d484046e5d8d7db75634fd17f884588
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 19:08:33 2016 -0400

    warp-tls: build with ghc 8 in experimental
---
 p/haskell-warp-tls/debian/changelog |  6 +++++
 p/haskell-warp-tls/debian/control   | 54 +++++++++++++++++++++++--------------
 2 files changed, 40 insertions(+), 20 deletions(-)

diff --git a/p/haskell-warp-tls/debian/changelog b/p/haskell-warp-tls/debian/changelog
index f3d3248..d86626f 100644
--- a/p/haskell-warp-tls/debian/changelog
+++ b/p/haskell-warp-tls/debian/changelog
@@ -1,3 +1,9 @@
+haskell-warp-tls (3.2.2-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 19:08:30 -0400
+
 haskell-warp-tls (3.2.2-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-warp-tls/debian/control b/p/haskell-warp-tls/debian/control
index c4a1704..b1aa2cd 100644
--- a/p/haskell-warp-tls/debian/control
+++ b/p/haskell-warp-tls/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-warp-tls
 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,
+ haskell-devscripts (>= 0.10),
  libghc-cryptonite-dev (>= 0.12),
  libghc-cryptonite-prof,
  libghc-data-default-class-dev (>= 0.0.1),
@@ -18,14 +20,15 @@ Build-Depends: debhelper (>= 9),
  libghc-streaming-commons-prof,
  libghc-tls-dev (>= 1.3.5),
  libghc-tls-prof,
- libghc-wai-dev (>= 3.2),
  libghc-wai-dev (<< 3.3),
+ libghc-wai-dev (>= 3.2),
  libghc-wai-prof,
- libghc-warp-dev (>= 3.2),
  libghc-warp-dev (<< 3.3),
+ libghc-warp-dev (>= 3.2),
  libghc-warp-prof,
  netbase,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-cryptonite-doc,
  libghc-data-default-class-doc,
  libghc-network-doc,
@@ -35,17 +38,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-warp-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/yesodweb/wai
-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-warp-tls
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-warp-tls-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: SSL/TLS support for Warp${haskell:ShortBlurb}
  It contains SSL/TLS support for Warp, the premier WAI handler, via
  the native Haskell TLS implementation.
@@ -54,11 +61,15 @@ Description: SSL/TLS support for Warp${haskell:ShortBlurb}
 
 Package: libghc-warp-tls-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: SSL/TLS support for Warp${haskell:ShortBlurb}
  It contains SSL/TLS support for Warp, the premier WAI handler, via
  the native Haskell TLS implementation.
@@ -68,10 +79,13 @@ Description: SSL/TLS support for Warp${haskell:ShortBlurb}
 Package: libghc-warp-tls-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: SSL/TLS support for Warp${haskell:ShortBlurb}
  It contains SSL/TLS support for Warp, the premier WAI handler, via
  the native Haskell TLS implementation.

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