1
0
Fork
You've already forked wherefrom-compat
2
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
Support GHC-9.12
Co-authored-by: Erik de Castro Lopo <erikd@mega-nerd.com>
2024年10月29日 10:13:51 +00:00
src/GHC/InfoProv Migrate to new version of API 2024年05月24日 12:18:27 +01: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 Prepare 0.2.0.0 2024年05月24日 12:19:31 +01: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 Support GHC-9.12 2024年10月29日 10:13:51 +00: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.