haskell-mueval 0.9.1.1.2-2 source package in Ubuntu

Changelog

haskell-mueval (0.9.1.1.2-2) unstable; urgency=medium

  * Dependency on utf8-string was dropped

 -- Joachim Breitner <email address hidden>  Sat, 04 Jul 2015 10:00:39 +0200

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-mueval_0.9.1.1.2-2.dsc 2.6 KiB 3c7d5f01eb8178b202f86c41dd411f4ee5b3427d5f6845ba4ae7974cd3cde511
haskell-mueval_0.9.1.1.2.orig.tar.gz 15.4 KiB e04c3b754695cc8f71c072c6398b8a567c112c69d48355b5bca9bfbb1c050ac1
haskell-mueval_0.9.1.1.2-2.debian.tar.xz 2.6 KiB 7e16cab1f42ed0fb7a64b9ecdcd4387b8eec1c433d3b289a8f101c63df022fb3

No changes file available.

Binary packages built by this source

libghc-mueval-dev: No summary available for libghc-mueval-dev in ubuntu wily.

No description available for libghc-mueval-dev in ubuntu wily.

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

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

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

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

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.