haskell-hint 0.3.3.4-2 source package in Ubuntu

Changelog

haskell-hint (0.3.3.4-2) unstable; urgency=low


  * Bump to Standards-Version 3.9.3.
  * Fix -doc package dependency.

 -- Clint Adams <email address hidden>  Tue, 06 Mar 2012 19:54:35 -0500

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
amd64 i386 sparc kfreebsd-i386 kfreebsd-amd64 all
Section:
haskell
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe haskell

Builds

Precise: [FULLYBUILT] amd64 [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
haskell-hint_0.3.3.4-2.dsc 2.7 KiB b6fe3f95c0a9b48b2fa15b35eda9b6938fb62b325e60a7d9173eab3b058173be
haskell-hint_0.3.3.4.orig.tar.gz 27.2 KiB 3ec235f0cd969316540d1e6eb6d0789fd37450e7a1df8bf8e641839a2485bb5e
haskell-hint_0.3.3.4-2.debian.tar.gz 3.1 KiB fe18617c630d7cca68cf8c97700eff89701d150af7284a27e7ece98d10b53c89

No changes file available.

Binary packages built by this source

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

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

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

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

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

 This package provides a library for the Haskell programming language,
 compiled for profiling.
 See http://www.haskell.org/ for more information on Haskell.
 .
 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).