hsdev-0.2.1.0: Haskell development library

Safe HaskellNone
LanguageHaskell98

HsDev.Server.Base

Contents

Synopsis

Documentation

initLog :: ServerOpts -> IO SessionLog Source #

Inits log chan and returns functions (print message, wait channel)

runServer :: ServerOpts -> ServerM IO () -> IO () Source #

Run server

withCache :: Monad m => ServerOpts -> a -> (FilePath -> m a) -> m a Source #

Perform action on cache

Orphan instances