source-constraints: Source constraints GHC plugin

[ bsd3, codequality, library ] [ Propose Tags ]

Please visit the README at https://github.com/mbj/source-constraints#readme for usage information.


[Skip to Readme]

Modules

  • SourceConstraints
    • SourceConstraints.LocalModule

Flags

Manual Flags

NameDescriptionDefault
development

Run GHC with development flags

Disabled

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

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2
Dependencies attoparsec (>=0.13 && <0.14), base (>=4.13 && <4.15), bytestring (>=0.10 && <0.11), filepath (>=1.4 && <1.5), ghc (>=8.8 && <8.9 || >=8.10 && <8.11), syb (>=0.7 && <0.8), text (>=1.2 && <1.3) [details]
License BSD-3-Clause
Copyright 2018 Markus Schirp
Author Markus Schirp
Maintainer mbj@schirp-dso.com
Category CodeQuality
Home page https://github.com/mbj/source-constraints#readme
Bug tracker https://github.com/mbj/source-constraints/issues
Source repo head: git clone https://github.com/mbj/source-constraints
Uploaded by mbj at 2020-09-20T01:47:51Z
Distributions
Reverse Dependencies 3 direct, 0 indirect [details]
Downloads 375 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-09-20 [all 3 reports]

Readme for source-constraints-0.0.2

[back to package description]

CI

source-constraints

An in progress GHC plugin to add constraints on the GHC AST.

Installation

Add the following extra-dep to your stack.yml:

extra-deps:
- git: ssh://git@github.com/mbj/source-constraints
  commit: $use_current_commit_hash

Add the plugin to your packages.yml

ghc-options:
- -fplugin=SourceConstraints