diff --git a/README.rst b/README.rst index 992c9a801918e5dc5035b9e40f787c2a80bb9cc0..6b33b91497a9e76c9ff6f3167b59ab3688d97d0f 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,12 @@ 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 -newer module names. +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: diff --git a/ghc-api-compat.cabal b/ghc-api-compat.cabal index 4149156962a46f28f731f52c92754c42db0f4b43..9383206da01a0718d5e4cdc50e7f4f8dd95e710c 100644 --- a/ghc-api-compat.cabal +++ b/ghc-api-compat.cabal @@ -22,13 +22,10 @@ library ghc >= 8.6 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) reexported-modules: GHC.Hs.Types as HsTypes + , GHC.Hs.PlaceHolder as PlaceHolder if impl(ghc >= 8.10) reexported-modules: