About

Metadata

  • Last updated , by mbj
  • License BSD-3-Clause
  • Maintained by: mbj@schirp-dso.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.10.2
  2. 8.8.4

Package Flags

Use the -f option with cabal commands to enable flags

    development (off by default)

    Run GHC with development flags

Readme

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