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

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 && <5.0), containers, directory, filepath, ghc, ghc-boot, 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
Category Development
Bug tracker https://github.com/pepeiborra/ghc-check/issues
Uploaded by PepeIborra at 2022-08-14T07:10:59Z
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 14520 total (155 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-08-14 [all 1 reports]

Readme for ghc-check-0.5.0.8

[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.