Ailrun / ghc-api-compat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ghc-api-compat

GHC-API isn't stable. Especially since we have been renaming every module to put them in the GHC.* namespace (cf #13009).

This package aims to make GHC-API transitions easier by mapping old module names to newer module names, by adding function aliases, etc. Pull requests are welcome!

Build with:

cabal new-build -w /path/to/ghc/HEAD/_build/stage1/bin/ghc

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%