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

Changelog

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

  [ Ilias Tsitsimpis ]
  * Declare compliance with Debian policy 4.6.2

  [ Clint Adams ]
  * New upstream release

 -- Clint Adams <email address hidden>  Sat, 14 Oct 2023 11:21:31 -0400

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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-incremental-parser_0.5.0.5-1.dsc 2.8 KiB 9a5e9f419667aeffde0e0d743aa1deef29ed1bb6db8890e0d6281f4fa0a3c6f2
haskell-incremental-parser_0.5.0.5.orig.tar.gz 316.4 KiB 4c2012c1867247b7e79c5606e794298e27c647a4644faa8495b0697fac3abcc3
haskell-incremental-parser_0.5.0.5-1.debian.tar.xz 2.4 KiB 5907035cc316eafa3724ad4bc85541b113e4a1bfe26352173e0c11d52ce2b85f

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.