cabal-fmt-0.1.2: Format .cabal files

LicenseGPL-3.0-or-later
Safe HaskellNone
LanguageHaskell2010

CabalFmt.Refactoring

Description

Copyright: Oleg Grenrus

Documentation

type Refactoring = forall r m. MonadCabalFmt r m => Refactoring' r m Source #

type Refactoring' r m = [Field C] -> m [Field C] Source #