haskell-here 1.2.13-6 source package in Ubuntu

Changelog

haskell-here (1.2.13-6) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.1
  * Sourceful upload for GHC 9.0.2

 -- Ilias Tsitsimpis <email address hidden>  Fri, 22 Jul 2022 09:31:56 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-here_1.2.13-6.dsc 2.3 KiB f36e95f81e24e2d92d33daaa3357a84b565eb1bec9cd1f9748b3509a662138fc
haskell-here_1.2.13.orig.tar.gz 3.8 KiB 406f9c27ba1e59cd662d078d81dcf2908840a77df15aed31d75dd017b7773c00
haskell-here_1.2.13-6.debian.tar.xz 2.6 KiB 480439bb8dd37575d31ca2da97dc65ba0dc34c58aafa626d611434e2ca32f3b2

No changes file available.

Binary packages built by this source

libghc-here-dev: No summary available for libghc-here-dev in ubuntu kinetic.

No description available for libghc-here-dev in ubuntu kinetic.

libghc-here-doc: No summary available for libghc-here-doc in ubuntu kinetic.

No description available for libghc-here-doc in ubuntu kinetic.

libghc-here-prof: Here documents and interpolated strings via quasiquotation; profiling libraries

 This library adds support for multi-line string literals (a.k.a. "here docs")
 and string interpolation to Haskell via GHC's QuasiQuotes extension. The
 quoted expressions behave like string literals in the source code; that is,
 they produce values of type String, or, with the OverloadedStrings language
 extension enabled, values of type IsString a => a.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.