haskell-mueval 0.9.1.1.2-5build2 source package in Ubuntu

Changelog

haskell-mueval (0.9.1.1.2-5build2) xenial; urgency=medium

  * Rebuild for new GHC ABIs.

 -- Colin Watson <email address hidden>  Tue, 12 Jan 2016 04:02:34 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
haskell-mueval_0.9.1.1.2.orig.tar.gz 15.4 KiB e04c3b754695cc8f71c072c6398b8a567c112c69d48355b5bca9bfbb1c050ac1
haskell-mueval_0.9.1.1.2-5build2.debian.tar.xz 2.8 KiB 405395d8bb350606af96d1cc64c57d19850fe0212bb4d3da765feaccbbd382f2
haskell-mueval_0.9.1.1.2-5build2.dsc 2.8 KiB 6431b34d81cb04a831f4405c4e99baced661e91d9ba0d2f09e78a079ddea0448

View changes file

Binary packages built by this source

libghc-mueval-dev: Safely evaluate pure Haskell expressions

 Mueval is a Haskell interpreter. It uses the GHC API to evaluate arbitrary
 Haskell expressions. Importantly, mueval takes many precautions to defang and
 avoid "evil" code. It uses resource limits, whitelisted modules and Safe
 Haskell, special Show instances for IO, threads, processes, and changes of
 directory to sandbox the Haskell code.
 .
 It is, in short, intended to be a standalone version of Lambdabot's famous
 evaluation functionality.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-mueval-doc: No summary available for libghc-mueval-doc in ubuntu yakkety.

No description available for libghc-mueval-doc in ubuntu yakkety.

libghc-mueval-prof: No summary available for libghc-mueval-prof in ubuntu yakkety.

No description available for libghc-mueval-prof in ubuntu yakkety.

mueval: Safely evaluate pure Haskell expressions - executables

 Mueval is a Haskell interpreter. It uses the GHC API to evaluate arbitrary
 Haskell expressions. Importantly, mueval takes many precautions to defang and
 avoid "evil" code. It uses resource limits, whitelisted modules and Safe
 Haskell, special Show instances for IO, threads, processes, and changes of
 directory to sandbox the Haskell code.
 .
 This contains the stand-alone mueval binaries.