hi-1.2.0.0: Generate scaffold for cabal project

Safe HaskellSafe-Inferred
LanguageHaskell98

Hi.Template

Synopsis

Documentation

isTemplate :: FilePath -> Bool Source

Determine if a given filepath is a template file based on its extension >>> isTemplate "Example.hs.template" True >>> isTemplate "NotATemplate.hs" False

untemplate :: FilePath -> FilePath Source

Remove ".template" from FilePath