A Haskell interpreter built on top of the GHC API
This library defines an Interpreter monad. It allows to load Haskell modules, browse them, type-check and evaluate strings with Haskell expressions and even coerce them into values. The library is thread-safe and type-safe (even the coercion of expressions to values). It is, essentially, a huge subset of the GHC API wrapped in a simpler API.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.9.0.8-5.fc43 | - |
Fedora 42 | 0.9.0.8-2.fc42 | - |
Fedora 41 | 0.9.0.8-1.fc41 | - |
Fedora 40 | 0.9.0.7-3.fc40 | - |
Fedora EPEL 9 | 0.9.0.5-1.el9 | - |
Fedora EPEL 10.1 | 0.9.0.8-1.el10_0 | - |
Fedora EPEL 10.0 | - | 0.9.0.8-1.el10_0 |
You can contact the maintainers of this package via email at
ghc-hint dash maintainers at fedoraproject dot org
.