haskell-incremental-parser 0.2.4.1-1build1 source package in Ubuntu

Changelog

haskell-incremental-parser (0.2.4.1-1build1) xenial; urgency=medium

  * Rebuild for new GHC ABIs.

 -- Colin Watson <email address hidden>  Mon, 11 Jan 2016 21:23:36 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Xenial
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
haskell-incremental-parser_0.2.4.1.orig.tar.gz 312.9 KiB 1630a763db0808cfa4c1439365e21a53a378b38c2c02957539a9f75bb482b054
haskell-incremental-parser_0.2.4.1-1build1.debian.tar.xz 1.9 KiB badce1f0e16c45eabc5a73157aaf445909422979614134c1776e13cea3332652
haskell-incremental-parser_0.2.4.1-1build1.dsc 2.5 KiB c5e37868f309d580a1b2c38d5e9461fbfc507fe689433ae6cdb07822fe7b64bd

View changes file

Binary packages built by this source

libghc-incremental-parser-dev: No summary available for libghc-incremental-parser-dev in ubuntu yakkety.

No description available for libghc-incremental-parser-dev in ubuntu yakkety.

libghc-incremental-parser-doc: generic incremental parsers; documentation

 Incremental parsers can provide partial results from partial input.
 This parser library is implemented using the concept of Brzozowski
 derivatives, tweaked and optimized to work with any monoidal input
 type. Lists, ByteString, and Text are supported out of the box, as
 well as any other data type for which the monoid-subclasses package
 defines instances. If the parser result is also a monoid, the
 parser can provide it incrementally, before the complete input is
 parsed.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-incremental-parser-prof: generic incremental parsers; profiling libraries

 Incremental parsers can provide partial results from partial input.
 This parser library is implemented using the concept of Brzozowski
 derivatives, tweaked and optimized to work with any monoidal input
 type. Lists, ByteString, and Text are supported out of the box, as
 well as any other data type for which the monoid-subclasses package
 defines instances. If the parser result is also a monoid, the
 parser can provide it incrementally, before the complete input is
 parsed.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.