haskell-mueval 0.9.3-4build4 source package in Ubuntu

Changelog

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

  * No-change rebuild with fixed binutils on arm64.

 -- Matthias Klose <email address hidden>  Sat, 08 Feb 2020 11:03:41 +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
Focal release universe misc

Downloads

File Size SHA-256 Checksum
haskell-mueval_0.9.3.orig.tar.gz 15.7 KiB f72a8bbaffecaeb55b67d78011e182073be8ba9f4a90824903e4c78cfe6e1ef7
haskell-mueval_0.9.3-4build4.debian.tar.xz 3.5 KiB a30dec28d749e3a44d9e9643c5d9f687feef6db6e40e3f216e0bcfd9f044913d
haskell-mueval_0.9.3-4build4.dsc 2.7 KiB b16885eea6634a49d59907ace02c14997f6bc88e9e6ef9e6f38196ccd8321982

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: No summary available for libghc-mueval-prof in ubuntu groovy.

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

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.