Villefort-0.1.2.12: Villefort is a task manager and time tracker

Safe HaskellNone
LanguageHaskell2010

Villefort.Server

Synopsis

Documentation

getIndex :: [[Char]] -> Int -> [Char] Source #

convDate :: String -> String Source #

Converts date from Javascript to sqlite date fromat

villefort :: VConfig -> IO () Source #

Entry point for server attempts to recompile if needed

recompile :: IO () Source #

recompiles villefort by calling ghc expects .villefort/villefort.hs in home directory

checkCustomBuild :: IO () Source #

checks for executable in villefort home folder if so it executes it

launch :: VConfig -> IO () Source #

actually launches the scotty server