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

Changelog

haskell-incremental-parser (0.3.2.2-1build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Thu, 08 Aug 2019 13:44:18 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
haskell-incremental-parser_0.3.2.2.orig.tar.gz 314.4 KiB a7bb3daef40c36407d1982fad383ce1ff66aaadb9c3d72ae0b5417681d88d856
haskell-incremental-parser_0.3.2.2-1build1.debian.tar.xz 2.4 KiB 92e64509dd2408e60b06c32c75c9bf9f94b5b3077c9aec30a286658a39ec2bbc
haskell-incremental-parser_0.3.2.2-1build1.dsc 2.5 KiB 1c11800de48c8bd4a39d98490b2d2177ec21d32263e41d985f802a22ec00aa03

View changes file

Binary packages built by this source

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

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

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.