haskell-incremental-parser 0.5.0.4-1 source package in Ubuntu

Changelog

haskell-incremental-parser (0.5.0.4-1) unstable; urgency=medium

  * New upstream release
  * Update homepage (Closes: #982491)

 -- Ilias Tsitsimpis <email address hidden>  Fri, 21 Oct 2022 21:42:39 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-incremental-parser_0.5.0.4-1.dsc 2.8 KiB 403013c0ac335e47e11bc1038af92cc5e105149ddd7c1d52fa55e7c47ce93c74
haskell-incremental-parser_0.5.0.4.orig.tar.gz 316.4 KiB 372dd448111c8aad0c5bf5e7084415aa5d0146965cabc39581253c886cc763be
haskell-incremental-parser_0.5.0.4-1.debian.tar.xz 2.4 KiB 1349595d363f096eeb1878741c648e4dd10ce4311f0bcad90f82905ca5e1cb32

No changes file available.

Binary packages built by this source

libghc-incremental-parser-dev: generic incremental parsers

 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.
 See http://www.haskell.org/ for more information on Haskell.

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.