haskell-hint 0.9.0.6-1build1 source package in Ubuntu

Changelog

haskell-hint (0.9.0.6-1build1) kinetic; urgency=medium

  * No-change rebuild for new ghc

 -- Steve Langasek <email address hidden>  Tue, 23 Aug 2022 05:44:17 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-hint_0.9.0.6.orig.tar.gz 35.0 KiB 7ed65eee263372fdb3f96e16214d521529b0e524ee1946783786e51051fff2c8
haskell-hint_0.9.0.6-1build1.debian.tar.xz 4.1 KiB e7b74027ea445fb1f65c6b04fafc4e2e7d8ab3f75dac07ef6e307dfdf62b0145
haskell-hint_0.9.0.6-1build1.dsc 2.6 KiB 6f3fd717ffb45f26da104ef49fd81ce2f4433b354b8228331a4b89c79ce37d33

View changes file

Binary packages built by this source

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

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

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

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

libghc-hint-prof: runtime Haskell interpreter (GHC API wrapper); profiling libraries

 This library defines an Interpreter monad. It allows one to load Haskell
 modules, browse them, type-check and evaluate strings with Haskell expressions
 and even coerce them into values. The library is thread-safe and type-safe
 (even the coercion of expressions to values). It is, esentially, a huge subset
 of the GHC API wrapped in a simpler API. Works with GHC.10.x and 6.8.x (this
 version was not tested with GHC.6).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.