ghc-simple: Simplified interface to the GHC API.

[ development, library, mit ] [ Propose Tags ]

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.

Downloads

Maintainer's Corner

Package maintainers

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), 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-06-13T16:17:19Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6358 total (23 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-06-13 [all 1 reports]