Skip to content

BlockScope/ghc-corroborate

Repository files navigation

ghc-corroborate

cabal stack

ghc-corroborate exposes a flattened subset of GHC's API needed for typechecking plugins as a single API across multiple GHC versions. It uses cabal conditionals and mixins and avoids use of the CPP language extension and predefined macros for switching between GHC versions.