devtools: Haskell development tool agregate

[ bsd3, library, testing ] [ Propose Tags ]

An attempt to group development that would typically run on CI / local into one tasty interface.


[Skip to Readme]

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, 0.0.3, 0.1.0
Dependencies base (>4.12 && <4.15), bytestring (>=0.10 && <0.11), cmdargs (>=0.10.20 && <0.11), Diff (>0.3 && <0.5), filepath (>=1.4 && <1.5), hlint (>3.1 && <4), mprelude (>=0.2.0 && <0.3), source-constraints (>=0.0.1 && <0.1), tasty (>=1.3.1 && <1.4), tasty-mgolden (>=0.0.1 && <0.1), text (>=1.2 && <1.3), typed-process (>=0.2 && <0.3) [details]
License BSD-3-Clause
Author Markus Schirp <mbj@schirp-dso.com>
Maintainer Markus Schirp <mbj@schirp-dso.com>
Category Testing
Home page https://github.com/mbj/devtools-hs#readme
Bug tracker https://github.com/mbj/devtools-hs/issues
Source repo head: git clone https://github.com/mbj/devtools-hs
Uploaded by mbj at 2020-11-20T02:48:10Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 659 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-11-20 [all 1 reports]

Readme for devtools-0.1.0

[back to package description]

CI

devtools

Experimental. Haskell development tooling. This project tries to deduplicate setup of development tools.