@hackage source-constraints0.0.1
Source constraints GHC plugin
Categories
License
BSD-3-Clause
Maintainer
mbj@schirp-dso.com
Links
Versions
Installation
Dependencies (7)
- attoparsec >=0.13 && <0.14
- base >=4.13 && <4.14
- bytestring >=0.10 && <0.11
- filepath >=1.4 && <1.5
- ghc >=8.8 && <8.9
- syb >=0.7 && <0.8 Show all…
Dependents (3)
@hackage/conversions, @hackage/devtools, @hackage/mprelude
Package Flags
development
(off by default)
Run GHC with development flags
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