[DHG_packages] 01/05: tagstream-conduit: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 21:29:07 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 4cfab6e69769ee56341b1932e8299c294e686c3d
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 17:23:25 2016 -0400
tagstream-conduit: build with ghc 8 in experimental
---
p/haskell-tagstream-conduit/debian/changelog | 8 ++--
p/haskell-tagstream-conduit/debian/control | 56 +++++++++++++++++-----------
p/haskell-tagstream-conduit/debian/copyright | 2 +-
3 files changed, 40 insertions(+), 26 deletions(-)
diff --git a/p/haskell-tagstream-conduit/debian/changelog b/p/haskell-tagstream-conduit/debian/changelog
index 37ed0c6..01be13a 100644
--- a/p/haskell-tagstream-conduit/debian/changelog
+++ b/p/haskell-tagstream-conduit/debian/changelog
@@ -1,14 +1,14 @@
-haskell-tagstream-conduit (0.5.5.3-6) UNRELEASED; urgency=medium
+haskell-tagstream-conduit (0.5.5.3-6) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
* Convert `debian/copyright' to dep5 format
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:36:17 +0300
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 17:23:20 -0400
haskell-tagstream-conduit (0.5.5.3-5) unstable; urgency=medium
diff --git a/p/haskell-tagstream-conduit/debian/control b/p/haskell-tagstream-conduit/debian/control
index dd12b90..5639dc0 100644
--- a/p/haskell-tagstream-conduit/debian/control
+++ b/p/haskell-tagstream-conduit/debian/control
@@ -1,13 +1,15 @@
Source: haskell-tagstream-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,
+ haskell-devscripts (>= 0.10),
libghc-attoparsec-dev (>= 0.10),
libghc-attoparsec-prof,
libghc-blaze-builder-dev,
@@ -15,21 +17,22 @@ Build-Depends: debhelper (>= 9),
libghc-case-insensitive-dev,
libghc-case-insensitive-prof,
libghc-conduit-dev (>= 1.2),
- libghc-conduit-prof,
libghc-conduit-extra-dev (>= 1.1.0),
libghc-conduit-extra-prof,
+ libghc-conduit-prof,
libghc-data-default-dev (>= 0.5.0),
libghc-data-default-prof,
+ libghc-hspec-dev (>= 1.3),
+ libghc-hunit-dev,
+ libghc-quickcheck2-dev,
libghc-resourcet-dev,
libghc-resourcet-prof,
libghc-text-dev,
libghc-text-prof,
libghc-xml-conduit-dev (>= 1.1.0.0),
libghc-xml-conduit-prof,
- libghc-hunit-dev,
- libghc-quickcheck2-dev,
- libghc-hspec-dev (>= 1.3),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-attoparsec-doc,
libghc-blaze-builder-doc,
libghc-case-insensitive-doc,
@@ -41,17 +44,21 @@ Build-Depends-Indep: ghc-doc,
libghc-xml-conduit-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/yihuang/tagstream-conduit
-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-tagstream-conduit
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-tagstream-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: streamlined HTML tag parser
Tag-stream is a library for parsing HTMLXML to a token stream. It
can parse unstructured and malformed HTML from the web. It also
@@ -62,11 +69,15 @@ Description: streamlined HTML tag parser
Package: libghc-tagstream-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: streamlined HTML tag parser; profiling libraries
Tag-stream is a library for parsing HTMLXML to a token stream. It
can parse unstructured and malformed HTML from the web. It also
@@ -78,10 +89,13 @@ Description: streamlined HTML tag parser; profiling libraries
Package: libghc-tagstream-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: streamlined HTML tag parser; documentation
Tag-stream is a library for parsing HTMLXML to a token stream. It
can parse unstructured and malformed HTML from the web. It also
diff --git a/p/haskell-tagstream-conduit/debian/copyright b/p/haskell-tagstream-conduit/debian/copyright
index 03e30f2..d36855e 100644
--- a/p/haskell-tagstream-conduit/debian/copyright
+++ b/p/haskell-tagstream-conduit/debian/copyright
@@ -37,4 +37,4 @@ License: BSD-3-clause
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
--
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