haskell-mueval 0.9.1.1.2-5build1 source package in Ubuntu

Changelog

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

  * Rebuild for new GHC ABIs.

 -- Colin Watson <email address hidden>  Sun, 20 Dec 2015 20:01:54 +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

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-5build1.debian.tar.xz 2.8 KiB 8e6d16e4bb8c24bf73cb2727734b3beeefc0526682795f371fc00dd3c1c75a61
haskell-mueval_0.9.1.1.2-5build1.dsc 2.8 KiB 838950edfa64eb581eaf39f8b000b3dbd02d1253071ca7175339be18b6c32a71

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: Safely evaluate pure Haskell expressions; documentation

 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 the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-mueval-prof: Safely evaluate pure Haskell expressions; profiling libraries

 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, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.

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.