[DHG_packages] 02/05: haxr: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 21:10:46 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 ab55bd71217387e7cc7d4d0136721b104e52dfb1
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 17:07:04 2016 -0400
haxr: build with ghc 8 in experimental
---
p/haskell-haxr/debian/changelog | 6 ++++
p/haskell-haxr/debian/control | 75 ++++++++++++++++++++++++-----------------
2 files changed, 51 insertions(+), 30 deletions(-)
diff --git a/p/haskell-haxr/debian/changelog b/p/haskell-haxr/debian/changelog
index 8167dc1..bb668c9 100644
--- a/p/haskell-haxr/debian/changelog
+++ b/p/haskell-haxr/debian/changelog
@@ -1,3 +1,9 @@
+haskell-haxr (3000.11.2-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 17:07:01 -0400
+
haskell-haxr (3000.11.2-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-haxr/debian/control b/p/haskell-haxr/debian/control
index c6e5fc2..b6a0da7 100644
--- a/p/haskell-haxr/debian/control
+++ b/p/haskell-haxr/debian/control
@@ -1,27 +1,29 @@
Source: haskell-haxr
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Uploaders:
+ TANIGUCHI Takaki <takaki at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
- ghc-prof,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-ghci,
- libghc-haxml-dev (>= 1:1.22),
- libghc-haxml-dev (<< 1:1.26),
- libghc-haxml-prof,
- libghc-hsopenssl-dev,
- libghc-hsopenssl-prof,
- libghc-base-compat-dev (>= 0.8),
+ ghc-prof,
+ haskell-devscripts (>= 0.10),
libghc-base-compat-dev (<< 0.10),
+ libghc-base-compat-dev (>= 0.8),
libghc-base-compat-prof,
libghc-base64-bytestring-dev,
libghc-base64-bytestring-prof,
- libghc-blaze-builder-dev (>= 0.2),
libghc-blaze-builder-dev (<< 0.5),
+ libghc-blaze-builder-dev (>= 0.2),
libghc-blaze-builder-prof,
+ libghc-haxml-dev (<< 1:1.26),
+ libghc-haxml-dev (>= 1:1.22),
+ libghc-haxml-prof,
+ libghc-hsopenssl-dev,
+ libghc-hsopenssl-prof,
libghc-http-streams-dev,
libghc-http-streams-prof,
libghc-http-types-dev,
@@ -30,8 +32,8 @@ Build-Depends: debhelper (>= 9),
libghc-io-streams-prof,
libghc-mtl-dev (>= 2.2.1),
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-prof,
@@ -43,12 +45,13 @@ Build-Depends: debhelper (>= 9),
libghc-text-prof,
libghc-utf8-string-dev,
libghc-utf8-string-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-haxml-doc,
- libghc-hsopenssl-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-base-compat-doc,
libghc-base64-bytestring-doc,
libghc-blaze-builder-doc,
+ libghc-haxml-doc,
+ libghc-hsopenssl-doc,
libghc-http-streams-doc,
libghc-http-types-doc,
libghc-io-streams-doc,
@@ -61,17 +64,21 @@ Build-Depends-Indep: ghc-doc,
libghc-utf8-string-doc,
Standards-Version: 3.9.8
Homepage: http://www.haskell.org/haskellwiki/HaXR
-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-haxr
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-haxr-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: XML-RPC client and server library for Haskell
HaXR is a library for writing XML-RPC client and server applications in
Haskell.
@@ -84,11 +91,15 @@ Description: XML-RPC client and server library for Haskell
Package: libghc-haxr-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: XML-RPC client and server library for Haskell; profiling library
HaXR is a library for writing XML-RPC client and server applications in
Haskell.
@@ -102,11 +113,15 @@ Description: XML-RPC client and server library for Haskell; profiling library
Package: libghc-haxr-doc
Architecture: all
Section: doc
-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: XML-RPC client and server library for Haskell; documentation
HaXR is a library for writing XML-RPC client and server applications in
Haskell.
--
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