hackageDB :: [Package]

Built with Cabal

mueval: Safely evaluate 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, special Show instances for IO, threads, processes, changes of directory, and so on to sandbox the Haskell code.

It is, in short, intended to be a standalone version of Lambdabot's famous evaluation functionality. For examples and explanations, please see the README file.

Mueval is POSIX-only.

Versions0.2, 0.2.1, 0.3, 0.3.1, 0.4, 0.4.5, 0.4.6, 0.5, 0.5.1, 0.6, 0.6.1, 0.6.2, 0.6.3, 0.6.4, 0.7.0, 0.7.1
Dependenciesbase (>=4), Cabal, containers, directory, filepath, hint (>=0.3.1), mtl, process, show (>=0.3), unix, utf8-string
LicenseBSD3
AuthorGwern
MaintainerGwern <gwern0@gmail.com>
CategoryDevelopment, Language
Home pagehttp://code.haskell.org/mubot/
Executablesmueval-core, mueval
Upload dateFri Jan 23 22:36:09 UTC 2009
Uploaded byGwernBranwen
Build failureghc-6.10 (log)

Modules

Downloads