The latest version of haskell-tools-backend-ghc is 1.1.1.0-0.

haskell-tools-backend-ghc

Version 1.0.0.1 revision 0 uploaded by lazac.

Package meta

Synopsis
Creating the Haskell-Tools AST from GHC's representations
Description

This package collects information from various representations of a Haskell program in GHC. Basically GHC provides us with the parsed, the renamed and the type checked representation of the program, if it was type correct. Each version contains different information. For example, the renamed AST contains the unique names of the definitions, however, template haskell splices are already resolved and thus missing from that version of the AST. To get the final representation we perform a transformation on the parsed and renamed representation, and then use the type checked one to look up the types of the names. The whole transformation is defined in the Modules module. Other modules define the functions that convert elements of the GHC AST to our AST.

Author
Boldizsar Nemeth
Bug reports
n/a
Category
Language
Copyright
n/a
Homepage
https://github.com/nboldi/haskell-tools
Maintainer
nboldi@elte.hu
Package URL
n/a
Stability
n/a

Components