[DHG_packages] 04/05: network-uri: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 04:59:42 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 06edfad9fe137fbb4e7555187266f6edd6c134d5
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 00:58:57 2016 -0400
network-uri: build with ghc 8 in experimental
---
p/haskell-network-uri/debian/changelog | 6 ++--
p/haskell-network-uri/debian/control | 60 ++++++++++++++++++++++------------
2 files changed, 42 insertions(+), 24 deletions(-)
diff --git a/p/haskell-network-uri/debian/changelog b/p/haskell-network-uri/debian/changelog
index 9ad7d79..3b7af8c 100644
--- a/p/haskell-network-uri/debian/changelog
+++ b/p/haskell-network-uri/debian/changelog
@@ -1,8 +1,8 @@
-haskell-network-uri (2.6.1.0-2) UNRELEASED; urgency=medium
+haskell-network-uri (2.6.1.0-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:50 +0200
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 00:58:48 -0400
haskell-network-uri (2.6.1.0-1) unstable; urgency=medium
diff --git a/p/haskell-network-uri/debian/control b/p/haskell-network-uri/debian/control
index 384458a..5eded1e 100644
--- a/p/haskell-network-uri/debian/control
+++ b/p/haskell-network-uri/debian/control
@@ -1,21 +1,25 @@
Source: haskell-network-uri
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Christopher Reichert <creichert07 at gmail.com>, Dmitry Bogatov <KAction at gnu.org>
+Uploaders:
+ Christopher Reichert <creichert07 at gmail.com>,
+ Dmitry Bogatov <KAction at gnu.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-parsec3-dev (>= 3.0),
+ haskell-devscripts (>= 0.10),
libghc-parsec3-dev (<< 3.2),
+ libghc-parsec3-dev (>= 3.0),
libghc-parsec3-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-parsec3-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/haskell/network-uri
-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-network-uri
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: URI manipulation
Library defines functions for handling URIs. It presents substantially
@@ -24,13 +28,18 @@ X-Description: URI manipulation
Package: libghc-network-uri-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -38,12 +47,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-network-uri-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -52,11 +66,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-network-uri-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
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