[DHG_packages] 05/05: html-conduit: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 22:29:08 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 eaee49f573039725d43bb24800ebc8a1558c6fc3
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 18:27:28 2016 -0400
html-conduit: build with ghc 8 in experimental
---
p/haskell-html-conduit/debian/changelog | 6 +++
p/haskell-html-conduit/debian/control | 66 ++++++++++++++++++++-------------
p/haskell-html-conduit/debian/copyright | 2 +-
3 files changed, 47 insertions(+), 27 deletions(-)
diff --git a/p/haskell-html-conduit/debian/changelog b/p/haskell-html-conduit/debian/changelog
index cb1606a..9168e93 100644
--- a/p/haskell-html-conduit/debian/changelog
+++ b/p/haskell-html-conduit/debian/changelog
@@ -1,3 +1,9 @@
+haskell-html-conduit (1.2.1.1-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 18:27:18 -0400
+
haskell-html-conduit (1.2.1.1-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-html-conduit/debian/control b/p/haskell-html-conduit/debian/control
index 9ba5e03..18422b6 100644
--- a/p/haskell-html-conduit/debian/control
+++ b/p/haskell-html-conduit/debian/control
@@ -1,36 +1,39 @@
Source: haskell-html-conduit
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,
- libghc-conduit-dev (>= 1.0),
+ haskell-devscripts (>= 0.10),
libghc-conduit-dev (<< 1.3),
- libghc-conduit-prof,
+ libghc-conduit-dev (>= 1.0),
libghc-conduit-extra-dev (>= 1.1.1),
libghc-conduit-extra-prof,
- libghc-resourcet-dev (>= 0.3),
+ libghc-conduit-prof,
+ libghc-hspec-dev (>= 1.3),
+ libghc-hunit-dev,
libghc-resourcet-dev (<< 1.2),
+ libghc-resourcet-dev (>= 0.3),
libghc-resourcet-prof,
- libghc-tagstream-conduit-dev (>= 0.5.5.3),
libghc-tagstream-conduit-dev (<< 0.6),
+ libghc-tagstream-conduit-dev (>= 0.5.5.3),
libghc-tagstream-conduit-prof,
libghc-text-dev,
libghc-text-prof,
- libghc-xml-conduit-dev (>= 1.3),
+ libghc-xml-conduit-dev,
libghc-xml-conduit-dev (<< 1.5),
+ libghc-xml-conduit-dev (>= 1.3),
libghc-xml-conduit-prof,
- libghc-xml-types-dev (>= 0.3),
libghc-xml-types-dev (<< 0.4),
+ libghc-xml-types-dev (>= 0.3),
libghc-xml-types-prof,
- libghc-hunit-dev,
- libghc-hspec-dev (>= 1.3),
- libghc-xml-conduit-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-conduit-doc,
libghc-conduit-extra-doc,
libghc-resourcet-doc,
@@ -40,17 +43,21 @@ Build-Depends-Indep: ghc-doc,
libghc-xml-types-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/snoyberg/xml
-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-html-conduit
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-html-conduit-dev
Architecture: any
-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: parse HTML documents using xml-conduit datatypes
html-conduit uses tagstream-conduit for its parser. It automatically
balances mismatched tags, so that there shouldn't be any parse
@@ -61,11 +68,15 @@ Description: parse HTML documents using xml-conduit datatypes
Package: libghc-html-conduit-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: parse HTML documents using xml-conduit datatypes; profiling libraries
html-conduit uses tagstream-conduit for its parser. It automatically
balances mismatched tags, so that there shouldn't be any parse
@@ -77,10 +88,13 @@ Description: parse HTML documents using xml-conduit datatypes; profiling librari
Package: libghc-html-conduit-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: parse HTML documents using xml-conduit datatypes; documentation
html-conduit uses tagstream-conduit for its parser. It automatically
balances mismatched tags, so that there shouldn't be any parse
diff --git a/p/haskell-html-conduit/debian/copyright b/p/haskell-html-conduit/debian/copyright
index 0c35f84..5358005 100644
--- a/p/haskell-html-conduit/debian/copyright
+++ b/p/haskell-html-conduit/debian/copyright
@@ -29,4 +29,4 @@ License: MIT
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--
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