keter-2.0.1: Web application deployment manager, focusing on Haskell web frameworks
Safe HaskellNone
LanguageHaskell98

Keter.App

Synopsis

Documentation

data App Source #

Instances

Instances details
Show App Source # 
Instance details

Defined in Keter.App

Methods

showsPrec :: Int -> App -> ShowS #

show :: App -> String #

showList :: [App] -> ShowS #

getTimestamp :: App -> STM (Maybe EpochTime) Source #

Get the modification time of the bundle file this app was launched from, if relevant.

showApp :: App -> STM Text Source #

within an stm context we can show a lot more then the show instance can do