cabal-fmt-0.1.9: Format .cabal files
CopyrightOleg Grenrus
LicenseGPL-3.0-or-later
Safe HaskellSafe-Inferred
LanguageHaskell2010

CabalFmt

Description

This is a demo application of how you can make Cabal-like file formatter.

Documentation

cabalFmt :: MonadCabalFmt r m => FilePath -> ByteString -> m String #