hspretty-0.2.0.0: My opinionated Haskell project formatter.
Safe HaskellNone
LanguageHaskell2010

Formatters.CabalFmt

Description

Applies the cabal-fmt formatter.

Synopsis

Documentation

formatter :: Formatter Source #

cabal-fmt formatter.

formatAction :: FileContent -> FormattingResult FileContent Source #

Formatting action; defers to a unsafePerformIO action.

checkForCabalFmt :: IO (Either ErrorMessage ()) Source #

Check for the cabal-fmt executable, producing an error message if it is not installed.

pfCabal :: PathFilter Source #

A PathFilter for .cabal files.