hint: A Haskell interpreter built on top of the GHC API
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- These packages miss upper bounds: - HUnit - bytestring - containers - directory - filepath - ghc-boot - ghc-paths - random - stm - temporary - text - transformers - typed-process - unix Please add them, using `cabal gen-bounds` for suggestions. For more information see: https://pvp.haskell.org/
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.
[Skip to Readme]
Properties
Versions | 0.1, 0.2, 0.2.1, 0.2.2, 0.2.4, 0.2.4.1, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.3.2.1, 0.3.2.2, 0.3.2.3, 0.3.3.0, 0.3.3.1, 0.3.3.2, 0.3.3.3, 0.3.3.4, 0.3.3.5, 0.3.3.6, 0.3.3.7, 0.4.0.0, 0.4.1.0, 0.4.2.0, 0.4.2.1, 0.4.2.2, 0.4.2.3, 0.4.3, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.0.1, 0.9.0.2, 0.9.0.3, 0.9.0.4, 0.9.0.5, 0.9.0.6, 0.9.0.7, 0.9.0.8, 0.9.0.8 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4 && <5), containers, directory, exceptions (>=0.10 && <0.11), filepath, ghc (>=8.4 && <9.9), ghc-boot, ghc-paths, random, temporary, transformers, unix (>=2.2.0.0) [details] |
License | BSD-3-Clause |
Author | The Hint Authors |
Maintainer | "Samuel Gélineau" <[email protected]> |
Category | Language, Compilers/Interpreters |
Home page | https://github.com/haskell-hint/hint |
Source repo | head: git clone https://github.com/haskell-hint/hint |
Uploaded | by gelisam at 2023-10-14T18:27:41Z |
Modules
[Index] [Quick Jump]
Downloads
- hint-0.9.0.8.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees