1
0
Fork
You've already forked wherefrom-compat
0
Provides a set of stable interfaces to GHC's info table provenance API
  • Haskell 100%
2024年05月24日 07:51:02 +10:00
src/GHC/InfoProv Fix interface around srcFile/srcSpan 2024年02月01日 09:07:37 +00:00
test Fix interface around srcFile/srcSpan 2024年02月01日 09:07:37 +00:00
.gitignore Initial commit 2023年10月20日 18:19:04 +01:00
.woodpecker.yml run cabal update on CI 2024年02月01日 09:11:53 +00:00
cabal.project Add cabal.project file 2024年02月01日 07:54:23 +00:00
CHANGELOG.md Fix interface around srcFile/srcSpan 2024年02月01日 09:07:37 +00:00
LICENSE Initial commit 2023年10月20日 18:19:04 +01:00
README.md Add to README 2024年02月01日 07:58:03 +00:00
wherefrom-compat.cabal Make it build with ghc 9.10 2024年05月24日 07:51:02 +10:00

wherefrom-compat

This package provides a set of stable interfaces to GHC's info provenance information API, namely the wherefrom function.

Each major version of this package corresponds to one version of this API, and will be kept up-to-date with newer versions of GHC for as long as possible.

This allows users of this API to be insulated from breaking changes to the API in base without having to add CPP to their code.