Provides a set of stable interfaces to GHC's info table provenance API
- Haskell 100%
|
Teo Camarasu
333f8b7b9e
All checks were successful
ci/woodpecker/pr/woodpecker/2 Pipeline was successful
ci/woodpecker/pr/woodpecker/3 Pipeline was successful
ci/woodpecker/pr/woodpecker/1 Pipeline was successful
ci/woodpecker/pr/woodpecker/4 Pipeline was successful
ci/woodpecker/push/woodpecker/1 Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker/1 Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker/2 Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker/3 Pipeline was successful
ci/woodpecker/push/woodpecker/2 Pipeline was successful
ci/woodpecker/push/woodpecker/3 Pipeline was successful
ci/woodpecker/push/woodpecker/4 Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker/4 Pipeline was successful
Co-authored-by: Erik de Castro Lopo <erikd@mega-nerd.com> |
||
|---|---|---|
| src/GHC/InfoProv | Migrate to new version of API | |
| test | Fix interface around srcFile/srcSpan | |
| .gitignore | Initial commit | |
| .woodpecker.yml | run cabal update on CI | |
| cabal.project | Add cabal.project file | |
| CHANGELOG.md | Prepare 0.2.0.0 | |
| LICENSE | Initial commit | |
| README.md | Add to README | |
| wherefrom-compat.cabal | Support GHC-9.12 | |
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.