[DHG_packages] 01/05: wai-websockets: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 22:54:43 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 6129a25cafc24460e91e3610730822b77b647ddc
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 18:50:34 2016 -0400

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

diff --git a/p/haskell-wai-websockets/debian/changelog b/p/haskell-wai-websockets/debian/changelog
index d2eaaee..f8df916 100644
--- a/p/haskell-wai-websockets/debian/changelog
+++ b/p/haskell-wai-websockets/debian/changelog
@@ -1,3 +1,9 @@
+haskell-wai-websockets (3.0.1.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 18:50:29 -0400
+
 haskell-wai-websockets (3.0.1.1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-wai-websockets/debian/control b/p/haskell-wai-websockets/debian/control
index a6ceff3..0e87304 100644
--- a/p/haskell-wai-websockets/debian/control
+++ b/p/haskell-wai-websockets/debian/control
@@ -1,37 +1,40 @@
 Source: haskell-wai-websockets
 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,
- libghc-blaze-builder-dev (>= 0.2.1.4),
+ haskell-devscripts (>= 0.10),
+ libghc-blaze-builder-dev,
  libghc-blaze-builder-dev (<< 0.5),
+ libghc-blaze-builder-dev (>= 0.2.1.4),
  libghc-blaze-builder-prof,
+ libghc-case-insensitive-dev,
  libghc-case-insensitive-dev (>= 0.2),
  libghc-case-insensitive-prof,
+ libghc-file-embed-dev,
  libghc-http-types-dev,
  libghc-http-types-prof,
+ libghc-network-dev,
  libghc-network-dev (>= 2.2.1.5),
  libghc-network-prof,
- libghc-wai-dev (>= 3.0),
- libghc-wai-dev (<< 3.3),
- libghc-wai-prof,
- libghc-websockets-dev (>= 0.9),
- libghc-websockets-prof,
- libghc-blaze-builder-dev,
- libghc-case-insensitive-dev,
- libghc-file-embed-dev,
- libghc-network-dev,
  libghc-text-dev,
- libghc-wai-dev,
  libghc-wai-app-static-dev,
+ libghc-wai-dev,
+ libghc-wai-dev (<< 3.3),
+ libghc-wai-dev (>= 3.0),
+ libghc-wai-prof,
  libghc-warp-dev,
  libghc-websockets-dev,
-Build-Depends-Indep: ghc-doc,
+ libghc-websockets-dev (>= 0.9),
+ libghc-websockets-prof,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-blaze-builder-doc,
  libghc-case-insensitive-doc,
  libghc-http-types-doc,
@@ -40,7 +43,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-websockets-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-wai-websockets
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: bridge between WAI and the haskell websockets library
  The Web Application Interface provides a common protocol for communication
@@ -49,12 +52,16 @@ X-Description: bridge between WAI and the haskell websockets library
 
 Package: libghc-wai-websockets-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}
  .
@@ -62,11 +69,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-wai-websockets-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}
  .
@@ -75,10 +86,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-wai-websockets-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