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]

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), ghc, ghc-paths, template-haskell, 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 2020-03-03T06:24:51Z
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 2020-03-03 [all 1 reports]

Readme for ghc-check-0.1.0.2

[back to package description]

ghc-check

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