All Versions
8
Latest Version
Avg Release Cycle
139 days
Latest Release
-
Changelog History
Changelog History
-
v0.1.5 Changes
- ๐จ Don't print redundant
-any
inimpl
- โ Add
glob-files
pragma for source file fields (c-sources
, ...) Glob syntax supports only stars (i.e. no{}
etc. extras). - Source file fields are now sorted
- ๐จ Don't print redundant
-
v0.1.5.1 Changes
- ๐ Fix bug in pretty printing empty version ranges.
-
v0.1.4 Changes
- โ Add
-n
/--no-cabal-file
to format cabal like, but not package files. Useful to formatcabal.project
orcabal.haskell-ci
. - โ Add
fragment
pragma to substitute a field or a section with contents of external file. Useful in multi-package setting to keep for exampletested-with
field orcommon deps
stanza in sync.
- โ Add
-
v0.1.3 Changes
May 25, 2020- ๐ GHC-8.10 support. Require Cabal-3.2
- โ Add
--check
operation mode
-
v0.1.2 Changes
December 08, 2019- Don't change current working directories. Don't expand if used on stdin.
- Sort module names case-insensitively
-
v0.1.1 Changes
August 22, 2019- ๐ Change metavar of file arguments to be
FILE...
, to imply that multiple files at once are supported - โ Add
expand src -ModuleName1 -ModuleName2
support - โ Add
--tabular
and--no-tabular
configuraiton options - โ Add
-Werror
option (there are some warnings) - Preserve end file comments
- โ
More pretty
tested-with
formatting - โ Add
--version
flag
- ๐ Change metavar of file arguments to be
-
v0.1.1.1 Changes
- Don't change current working directories. Don't expand if used on stdin.
-
v0.1
August 21, 2019