ghc-simple: Simplified interface to the GHC API.
The GHC API is a great tool for working with Haskell code. Unfortunately, it's also fairly opaque and hard to get started with. This library abstracts away the intricacies of working with the GHC API, giving a general, no-nonsense way to extract highly optimized (or not, depending on your use case) Core, STG, custom intermediate code, and other information from Haskell code.
Modules
[Index]
Downloads
- ghc-simple-0.1.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.3, 0.2, 0.2.1, 0.3, 0.4 |
---|---|
Dependencies | base (>=4.7 && <4.9), directory (>=1.2 && <1.3), filepath (>=1.3 && <1.5), ghc (>=7.8), ghc-paths (>=0.1 && <0.2) [details] |
License | MIT |
Copyright | (c) 2015 Anton Ekblad |
Author | Anton Ekblad |
Maintainer | anton@ekblad.cc |
Category | Development |
Home page | https://github.com/valderman/ghc-simple |
Source repo | head: git clone https://github.com/valderman/ghc-simple.git |
Uploaded | by AntonEkblad at 2015-10-06T16:23:38Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 6511 total (40 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-10-06 [all 1 reports] |