haskell-ghc-exactprint 0.6.4-1build1 source package in Ubuntu

Changelog

haskell-ghc-exactprint (0.6.4-1build1) lunar; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sun, 11 Dec 2022 21:15:47 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
haskell-ghc-exactprint_0.6.4.orig.tar.gz 526.5 KiB fc3e5a5b01b92a8b8cd790d71fe73f24922110ac1d0a50c5bfa40993d457cb28
haskell-ghc-exactprint_0.6.4-1build1.debian.tar.xz 2.9 KiB c7bdb2f6588dc50d6095e9cfb9dc42ea820cf14407b0286f5a0d11705ddea077
haskell-ghc-exactprint_0.6.4-1build1.dsc 2.6 KiB ee8c2a29d851528e37fdb4ee54a31c4690b7c6d13afa4daa42a783570c304583

View changes file

Binary packages built by this source

libghc-ghc-exactprint-dev: ExactPrint for GHC

 Using the API Annotations available from GHC 7.10.2, this
 library provides a means to round trip any code that can
 be compiled by GHC, currently excluding lhs files.
 .
 It does this with a phased approach:
  * Delta - converts GHC API Annotations into relative
    offsets, indexed by SrcSpan
  * Transform - functions to facilitate changes to
    the AST, adjusting the annotations generated in the
    Delta phase to suit the changes.
  * Print - converts an AST and its annotations to
    properly formatted source text.
  * Pretty - adds annotations to an AST (fragment) so that
    the output can be parsed back to the same AST.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-ghc-exactprint-doc: ExactPrint for GHC; documentation

 Using the API Annotations available from GHC 7.10.2, this
 library provides a means to round trip any code that can
 be compiled by GHC, currently excluding lhs files.
 .
 It does this with a phased approach:
  * Delta - converts GHC API Annotations into relative
    offsets, indexed by SrcSpan
  * Transform - functions to facilitate changes to
    the AST, adjusting the annotations generated in the
    Delta phase to suit the changes.
  * Print - converts an AST and its annotations to
    properly formatted source text.
  * Pretty - adds annotations to an AST (fragment) so that
    the output can be parsed back to the same AST.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-ghc-exactprint-prof: ExactPrint for GHC; profiling libraries

 Using the API Annotations available from GHC 7.10.2, this
 library provides a means to round trip any code that can
 be compiled by GHC, currently excluding lhs files.
 .
 It does this with a phased approach:
  * Delta - converts GHC API Annotations into relative
    offsets, indexed by SrcSpan
  * Transform - functions to facilitate changes to
    the AST, adjusting the annotations generated in the
    Delta phase to suit the changes.
  * Print - converts an AST and its annotations to
    properly formatted source text.
  * Pretty - adds annotations to an AST (fragment) so that
    the output can be parsed back to the same AST.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.