ghc-srcspan-plugin: Generic GHC Plugin for annotating Haskell code with source location data.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This package provides a generic Core-to-Core pass for annotating Haskell expressions with the original source locations, making them available at runtime.

You can use it to build a GHC Plugin tailored to your own library by providing a predicate to select interesting expressions for annotation and a function to annotate the expressions.

Properties

Versions 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.2.1, 0.2.2.1
Change log None available
Dependencies array, base (>=4.7 && <5), containers, ghc (>=7.8), hpc [details]
License BSD-3-Clause
Copyright Copyright (c) 2014, Galois Inc.
Author Eric Seidel
Maintainer eric@seidel.io
Category Language
Source repo head: git clone https://github.com/gridaphobe/ghc-srcspan-plugin
Uploaded by EricSeidel at 2017-12-21T14:38:43Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees