ghc-check: detect mismatches between compile-time and run-time versions of the ghc api

[ bsd3, development, library ] [ Propose Tags ]

detect mismatches between compile-time and run-time versions of the ghc api


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
ghc-check-use-package-abis

record package abis at compile time for improved precision (requires compile-time TH)

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.2.0.0, 0.3.0.0, 0.3.0.1, 0.4.0.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.5.0.3, 0.5.0.4, 0.5.0.5, 0.5.0.6, 0.5.0.7, 0.5.0.8
Dependencies base (>=4.10.0.0 && <4.16), containers, directory, filepath, ghc, ghc-paths, process, safe-exceptions, template-haskell, th-compat (>=0.1.2), transformers [details]
License BSD-3-Clause
Author Pepe Iborra
Maintainer pepeiborra@gmail.com
Revised Revision 1 made by Bodigrim at 2022-06-25T21:12:51Z
Category Development
Bug tracker https://github.com/pepeiborra/ghc-check/issues
Uploaded by PepeIborra at 2021-06-14T19:41:57Z
Distributions Arch:0.5.0.8, LTSHaskell:0.5.0.8, NixOS:0.5.0.8, Stackage:0.5.0.8
Reverse Dependencies 1 direct, 39 indirect [details]
Downloads 14635 total (154 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-06-14 [all 1 reports]

Readme for ghc-check-0.5.0.5

[back to package description]

ghc-check

GitHub CI

Use Template Haskell to record the ghc api version at compile time and detect mismatches with the run time version.