hspretty: My opinionated Haskell project formatter.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This is a formatter for Haskell projects (for example, for *.cabal files and *.hs files) that can perform both in-place formatting and formatting checks. In the background, it uses Ormolu and cabal-fmt. Please make sure that cabal-fmt is installed separately before running it, since it invokes cabal-fmt as a command-line utility.

It is licensed under the BSD-3-Clause license to match Ormolu and cabal-fmt.

Properties

Versions 0.1.0.0, 0.1.0.0, 0.2.0.0
Change log CHANGELOG.md
Dependencies ansi-terminal (>=0.11 && <0.12), base (>=4.14.1.0 && <4.15), bytestring (>=0.10.12.0 && <0.11), directory (>=1.3.6.0 && <1.4), hspretty, optparse-applicative (>=0.16.1.0 && <0.17), ormolu (>=0.1.4.1 && <0.2), path (>=0.8.0 && <0.9), path-io (>=1.6.2 && <1.7), process (>=1.6.11.0 && <1.7), streamly (>=0.7.3 && <0.8), text (>=1.2.4.1 && <1.3), text-short (>=0.1.3 && <0.2), unliftio (>=0.2.16 && <0.3), void (>=0.7.3 && <0.8) [details]
License BSD-3-Clause
Copyright Copyright (C) Jonathan Merritt 2021
Author Jonathan Merritt
Maintainer j.s.merritt@gmail.com
Category Tools
Source repo head: git clone https://github.com/lancelet/hspretty.git
Uploaded by lancelet at 2021-05-16T09:37:10Z

Modules

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees