hi-1.2.0.2: Generate scaffold for cabal project

Safe HaskellSafe
LanguageHaskell2010

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