Skip to content
Snippets Groups Projects
Forked from Haskell / ghc-api-compat
5 commits behind the upstream repository.
Sylvain Henry's avatar
Sylvain Henry authored
Fix build with 9.2 (#2)

See merge request !1
b40dc9e7
History

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:

.. code::

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