[DHG_packages] 05/05: websockets: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 19:19:58 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 20f4f1dd76a1cb20ecda8183562a4d3fb6e080a1
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 15:18:13 2016 -0400
websockets: build with ghc 8 in experimental
---
p/haskell-websockets/debian/changelog | 6 +++
p/haskell-websockets/debian/control | 92 ++++++++++++++++++++---------------
2 files changed, 59 insertions(+), 39 deletions(-)
diff --git a/p/haskell-websockets/debian/changelog b/p/haskell-websockets/debian/changelog
index 21bb4e9..0147e2b 100644
--- a/p/haskell-websockets/debian/changelog
+++ b/p/haskell-websockets/debian/changelog
@@ -1,3 +1,9 @@
+haskell-websockets (0.9.7.0-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 15:18:06 -0400
+
haskell-websockets (0.9.7.0-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-websockets/debian/control b/p/haskell-websockets/debian/control
index 4535d6c..7d91d9f 100644
--- a/p/haskell-websockets/debian/control
+++ b/p/haskell-websockets/debian/control
@@ -1,52 +1,54 @@
Source: haskell-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-sha-dev (>= 1.5),
- libghc-sha-dev (<< 1.7),
- libghc-sha-prof,
- libghc-attoparsec-dev (>= 0.10),
+ haskell-devscripts (>= 0.10),
libghc-attoparsec-dev (<< 0.14),
+ libghc-attoparsec-dev (>= 0.10),
libghc-attoparsec-prof,
- libghc-base64-bytestring-dev (>= 0.1),
libghc-base64-bytestring-dev (<< 1.1),
+ libghc-base64-bytestring-dev (>= 0.1),
libghc-base64-bytestring-prof,
- libghc-blaze-builder-dev (>= 0.3),
libghc-blaze-builder-dev (<< 0.5),
+ libghc-blaze-builder-dev (>= 0.3),
libghc-blaze-builder-prof,
- libghc-case-insensitive-dev (>= 0.3),
libghc-case-insensitive-dev (<< 1.3),
+ libghc-case-insensitive-dev (>= 0.3),
libghc-case-insensitive-prof,
- libghc-entropy-dev (>= 0.2.1),
libghc-entropy-dev (<< 0.4),
+ libghc-entropy-dev (>= 0.2.1),
libghc-entropy-prof,
- libghc-network-dev (>= 2.3),
+ libghc-hunit-dev (<< 1.4),
+ libghc-hunit-dev (>= 1.2),
libghc-network-dev (<< 2.7),
+ libghc-network-dev (>= 2.3),
libghc-network-prof,
- libghc-random-dev (>= 1.0),
+ libghc-quickcheck2-dev (<< 2.10),
+ libghc-quickcheck2-dev (>= 2.7),
libghc-random-dev (<< 1.2),
+ libghc-random-dev (>= 1.0),
libghc-random-prof,
- libghc-text-dev (>= 0.10),
- libghc-text-dev (<< 1.3),
- libghc-text-prof,
- libghc-hunit-dev (>= 1.2),
- libghc-hunit-dev (<< 1.4),
- libghc-quickcheck2-dev (>= 2.7),
- libghc-quickcheck2-dev (<< 2.10),
- libghc-test-framework-dev (>= 0.4),
+ libghc-sha-dev (<< 1.7),
+ libghc-sha-dev (>= 1.5),
+ libghc-sha-prof,
libghc-test-framework-dev (<< 0.9),
- libghc-test-framework-hunit-dev (>= 0.2),
+ libghc-test-framework-dev (>= 0.4),
libghc-test-framework-hunit-dev (<< 0.4),
- libghc-test-framework-quickcheck2-dev (>= 0.2),
+ libghc-test-framework-hunit-dev (>= 0.2),
libghc-test-framework-quickcheck2-dev (<< 0.4),
-Build-Depends-Indep: ghc-doc,
- libghc-sha-doc,
+ libghc-test-framework-quickcheck2-dev (>= 0.2),
+ libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.10),
+ libghc-text-prof,
+Build-Depends-Indep:
+ ghc-doc,
libghc-attoparsec-doc,
libghc-base64-bytestring-doc,
libghc-blaze-builder-doc,
@@ -54,10 +56,11 @@ Build-Depends-Indep: ghc-doc,
libghc-entropy-doc,
libghc-network-doc,
libghc-random-doc,
+ libghc-sha-doc,
libghc-text-doc,
Standards-Version: 3.9.8
Homepage: http://jaspervdj.be/websockets
-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-websockets
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: write WebSocket-capable servers
Provides a sensible, clean and simple way to write
@@ -65,12 +68,16 @@ X-Description: write WebSocket-capable servers
Package: libghc-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}
.
@@ -78,11 +85,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-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}
.
@@ -91,10 +102,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-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