Skip to content
Snippets Groups Projects
Commit 1cbe9f6e authored by Sylvain Henry's avatar Sylvain Henry
Browse files

Update README

parent d74df914
No related branches found
No related tags found
No related merge requests found
ghc-api-compat ghc-api-compat
============== ==============
We are in the process of `renaming GHC modules <https://gitlab.haskell.org/ghc/ghc/issues/13009>`_. GHC-API isn't stable. Especially since we have been renaming every module to put
them in the ``GHC.*`` namespace (cf `#13009
<https://gitlab.haskell.org/ghc/ghc/issues/13009>`_).
This package aims to make the transition easier by mapping old module names to This package aims to make GHC-API transitions easier by mapping old module names to
newer module names. newer module names, by adding function aliases, etc. Pull requests are welcome!
Build with: Build with:
......
...@@ -22,13 +22,10 @@ library ...@@ -22,13 +22,10 @@ library
ghc >= 8.6 ghc >= 8.6
default-language: Haskell2010 default-language: Haskell2010
if impl(ghc >= 8.10) && impl(ghc < 8.11)
reexported-modules:
GHC.Hs.PlaceHolder as PlaceHolder
if impl(ghc >= 8.10) && impl(ghc < 8.11) if impl(ghc >= 8.10) && impl(ghc < 8.11)
reexported-modules: reexported-modules:
GHC.Hs.Types as HsTypes GHC.Hs.Types as HsTypes
, GHC.Hs.PlaceHolder as PlaceHolder
if impl(ghc >= 8.10) if impl(ghc >= 8.10)
reexported-modules: reexported-modules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment