summoner-1.0.0: Tool for creating completely configured production Haskell projects.

Safe HaskellNone
LanguageHaskell2010

Summoner.Text

Synopsis

Documentation

packageToModule :: Text -> Text Source #

Creates module name from the name of the package Ex: my-lovely-projectMyLovelyProject

intercalateMap :: Text -> (a -> Text) -> [a] -> Text Source #

Converts every element of list into Text and then joins every element into single Text like intercalate.