haskell-mueval 0.9.3-4build3 source package in Ubuntu

Changelog

haskell-mueval (0.9.3-4build3) focal; urgency=medium

  * No-change rebuild for libffi soname change.

 -- Matthias Klose <email address hidden>  Sun, 12 Jan 2020 08:51:18 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
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.3.orig.tar.gz 15.7 KiB f72a8bbaffecaeb55b67d78011e182073be8ba9f4a90824903e4c78cfe6e1ef7
haskell-mueval_0.9.3-4build3.debian.tar.xz 3.4 KiB dcf8445d4a9bd17fdd75e17ba985eccfea47f474aadd3191e08dd59752f4b2fd
haskell-mueval_0.9.3-4build3.dsc 2.7 KiB 11aabab45b4b537969bd6c46698bba446e4a3d2a17198b6ed7d749ec94950ab7

Available diffs

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.