haskell-mueval 0.9.3-7build1 source package in Ubuntu

Changelog

haskell-mueval (0.9.3-7build1) noble; urgency=medium

  * Rebuild against 'new GHC ABI'.

 -- Gianfranco Costamagna <email address hidden>  Mon, 18 Dec 2023 08:09:47 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble 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-7build1.debian.tar.xz 3.4 KiB fc31b0277affcd6fcdc6ff5a4ef531c421dbd2265f2b8754d907d714d6ee5281
haskell-mueval_0.9.3-7build1.dsc 2.6 KiB efe69be1682fbed2df645910cca4e787b8c0789da787d725371d45694106d387

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.