changelogged-0.2.0: Changelog manager for Git projects.

Safe HaskellSafe
LanguageHaskell2010

Changelogged.Pure

Synopsis

Documentation

maxByLen :: [Text] -> Maybe Text Source #

Maximum in list ordered by length.

fromJustCustom :: String -> Maybe a -> a Source #

'@fromJust@' function with custom error message.

tuplify :: [Int] -> (Int, Int, Int, Int, Int) Source #

bump :: (Int, Int, Int, Int, Int) -> Level -> Text Source #

showText :: Show a => a -> Text Source #