haskell-tagsoup 0.14.8-4 source package in Ubuntu

Changelog

haskell-tagsoup (0.14.8-4) unstable; urgency=medium

  * Remove retired developer, Joachim Breitner, from Uploaders.
  * Declare compliance with Debian policy 4.6.2
  * Sourceful upload for GHC 9.4

 -- Ilias Tsitsimpis <email address hidden>  Fri, 01 Sep 2023 20:30:15 +0300

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe libdevel

Downloads

File Size SHA-256 Checksum
haskell-tagsoup_0.14.8-4.dsc 2.3 KiB 85f2959f12e15b57b9aae199fdcaf7d3561e0451a8768371644c42736798d83b
haskell-tagsoup_0.14.8.orig.tar.gz 42.9 KiB ba7e5500d853d29f0675b90655b7fdd032a4a7eee82a56e7ee3ef9949fe93ad5
haskell-tagsoup_0.14.8-4.debian.tar.xz 4.4 KiB eff990b93b8816a473967f4837eee0ba344490ae249313f6537d8b5b0e3ed119

No changes file available.

Binary packages built by this source

libghc-tagsoup-dev: Haskell library to robustly parse unstructured HTML

 TagSoup extracts information out of unstructured HTML code, sometimes
 known as tag soup. TagSoup does not require well-formed or
 standards-compliant HTML, or HTML that renders correctly in any
 particular rendering engine. TagSoup transforms HTML into a list of
 open tags with attributes, close tags, and text, but makes no attempt
 to group these together into any kind of structure.
 .
 This package is not related to the Java TagSoup library.

libghc-tagsoup-doc: Documentation for Haskell TagSoup library

 TagSoup extracts information out of unstructured HTML code, sometimes
 known as tag soup. TagSoup does not require well-formed or
 standards-compliant HTML, or HTML that renders correctly in any
 particular rendering engine. TagSoup transforms HTML into a list of
 open tags with attributes, close tags, and text, but makes no attempt
 to group these together into any kind of structure.
 .
 This package contains the API documentation and example for the TagSoup
 library.

libghc-tagsoup-prof: Profiling support for TagSoup Haskell library

 TagSoup extracts information out of unstructured HTML code, sometimes
 known as tag soup. TagSoup does not require well-formed or
 standards-compliant HTML, or HTML that renders correctly in any
 particular rendering engine. TagSoup transforms HTML into a list of
 open tags with attributes, close tags, and text, but makes no attempt
 to group these together into any kind of structure.
 .
 This package contains the profiling support for the TagSoup library.