| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 01:32:17 GMT
X-Served-By: cache-dfw-ktki8620067-DFW, cache-bom-vanm7210065-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768613537.492567,VS0,VE290
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
source-constraints: Source constraints GHC plugin
[Skip to Readme]
source-constraints: Source constraints GHC plugin
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
| Name | Description | Default |
|---|---|---|
| development | Run GHC with development flags | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- source-constraints-0.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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] |
| Tested with | ghc ==8.8.4 || ==8.10.2 |
| License | BSD-3-Clause |
| Copyright | 2018 Markus Schirp |
| Author | Markus Schirp |
| Maintainer | mbj@schirp-dso.com |
| Uploaded | by mbj at 2020-09-20T01:47:51Z |
| 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 |
| Distributions | |
| Reverse Dependencies | 3 direct, 0 indirect [details] |
| Downloads | 505 total (6 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]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