haskell-boomerang 1.4.5.6-1build1 source package in Ubuntu

Changelog

haskell-boomerang (1.4.5.6-1build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

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

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe haskell

Downloads

File Size SHA-256 Checksum
haskell-boomerang_1.4.5.6.orig.tar.gz 14.2 KiB 03de20000c8d1d4c98aa6901b84db7576f1d7e5048a46c6a6391658c134f797e
haskell-boomerang_1.4.5.6-1build1.debian.tar.xz 3.2 KiB 2c36ff579266a2dc393ea67fdbc043e7977346374f51c97e8846dcf63b6ac37e
haskell-boomerang_1.4.5.6-1build1.dsc 2.4 KiB 83ae586500a18e68b93367a8c9956f352a8353ece679af1a2a09a9dbfee7435b

View changes file

Binary packages built by this source

libghc-boomerang-dev: No summary available for libghc-boomerang-dev in ubuntu groovy.

No description available for libghc-boomerang-dev in ubuntu groovy.

libghc-boomerang-doc: invertible parsing and printing; documentation

 Specify a single unified grammar which can be used for parsing and
 pretty-printing.
 .
 Boomerang is a DSL for creating parsers and pretty-printers using a single
 specification. Instead of writing a parser, and then writing a separate
 pretty-printer, both are created at once. This saves time, and ensures that
 the parser and pretty-printer are inverses and stay in-sync with each other.
 .
 Boomerang is a generalized derivative of the Zwaluw library created by
 Sjoerd Visscher and Martijn van Steenbergen.
 .
 This package contains the documentation files.

libghc-boomerang-prof: invertible parsing and printing; profiling libraries

 Specify a single unified grammar which can be used for parsing and
 pretty-printing.
 .
 Boomerang is a DSL for creating parsers and pretty-printers using a single
 specification. Instead of writing a parser, and then writing a separate
 pretty-printer, both are created at once. This saves time, and ensures that
 the parser and pretty-printer are inverses and stay in-sync with each other.
 .
 Boomerang is a generalized derivative of the Zwaluw library created by
 Sjoerd Visscher and Martijn van Steenbergen.
 .
 This package contains the libraries compiled with profiling enabled.