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

Changelog

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

  * New upstream release

 -- Clint Adams <email address hidden>  Fri, 04 Dec 2015 00:13:25 -0500

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.2.4-1.dsc 2.5 KiB a014fd61aa70ef20e04b05e06a54688d71bc627eb9449ef5a7ea61553c9e9ed8
haskell-incremental-parser_0.2.4-1.debian.tar.xz 1.8 KiB d218fe8e4b8e54d3857054abf77b3471245645a568a4345401a4b0caa5d289b8
haskell-incremental-parser_0.2.4.orig.tar.gz 23.3 KiB e6068d005c9c70bbc11a329c7cfa19753842f668d62e9bb37f67f5567475fc70

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.