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

Changelog

haskell-ghc-exactprint (1.6.1.3-1build1) noble; urgency=medium

  * Rebuild against 'new GHC ABI'.

 -- Gianfranco Costamagna <email address hidden>  Mon, 18 Dec 2023 08:10:59 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-ghc-exactprint_1.6.1.3.orig.tar.gz 413.1 KiB feba1ec1d3df0822ecfb74cfa6221f3c0966419919fa508b031492dc523a4be3
haskell-ghc-exactprint_1.6.1.3-1build1.debian.tar.xz 3.2 KiB 8463046e8a881324da4445c6ffc765be0e0ff7458e1d5bb80e235419dff69cf5
haskell-ghc-exactprint_1.6.1.3-1build1.dsc 2.7 KiB a3c20c69bfdad80e048a18523d0924a2b81fcf32bcf65b6f935aae3c7281577a

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.