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-8.fc44 | - |
| Fedora 44 | 0.9.0.8-8.fc44 | - |
| Fedora 43 | 0.9.0.8-6.fc43 | - |
| Fedora 42 | 0.9.0.8-2.fc42 | - |
| Fedora EPEL 9 | 0.9.0.5-1.el9 | - |
| Fedora EPEL 10.3 | 0.9.0.8-1.el10_0 | - |
| Fedora EPEL 10.2 | 0.9.0.8-1.el10_0 | - |
| Fedora EPEL 10.1 | 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.