cabal-gild-0.3.0.0: Formats package descriptions.
Safe HaskellSafe-Inferred
LanguageHaskell2010

CabalGild.Action.RemovePositions

Documentation

run :: Applicative m => ([Field (p, [Comment p])], [Comment p]) -> m ([Field [Comment ()]], [Comment ()]) Source #

fields :: [Field (p, [Comment p])] -> [Field [Comment ()]] Source #

field :: Field (p, [Comment p]) -> Field [Comment ()] Source #

name :: Name (p, [Comment p]) -> Name [Comment ()] Source #