lhs2tex 1.22-2build1 source package in Ubuntu

Changelog

lhs2tex (1.22-2build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Sat, 07 Sep 2019 17:40:20 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lhs2tex_1.22.orig.tar.gz 664.1 KiB 7eea3b5b4bae019aa9acb6036e6c2606c62a0d9969a081d4b9b9f04baa3129bd
lhs2tex_1.22-2build1.debian.tar.xz 6.7 KiB d21e777e91309d032bc0e5c31da8d154302c4edaa3a526319a28fa89f87a7fd9
lhs2tex_1.22-2build1.dsc 2.0 KiB 040870e53c7b3d3fcd6dd4886b32e8b7f1df4d310dbecb3bec6146ae43117cda

Available diffs

View changes file

Binary packages built by this source

lhs2tex: Generates LaTeX code from literate Haskell sources

 lhs2TeX includes the following features:
 .
 Different styles to process your source file: for instance,
 "tt" style uses a monospaced font for the code while still
 allowing you to highlight keywords etc, whereas
 "poly" style uses proportional fonts for identifiers, handles
 indentation nicely, is able to replace binary operators by
 mathematical symbols and take care of complex horizontal
 alignments.
 .
 Formatting directives, which let you customize the way certain
 tokens in the source code should appear in the processed
 output.
 .
 A liberal parser that can handle most of the language
 extensions; you don't have to restrict yourself to Haskell 98.
 .
 Preprocessor-style conditionals that allow you to generate
 different versions of a document from a single source file
 (for instance, a paper and a presentation).
 .
 Active documents: you can use Haskell to generate parts of the
 document (useful for papers on Haskell).
 .
 A manual explaining all the important aspects of lhs2TeX.

lhs2tex-dbgsym: debug symbols for lhs2tex