Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
withClckwrks :: ClckwrksConfig -> (ClckState -> IO b) -> IO b Source #
simpleClckwrks :: ClckwrksConfig -> IO () Source #
jsHandlers :: Happstack m => ClckwrksConfig -> m Response Source #
clckSite :: ClckwrksConfig -> ClckState -> ServerPart Response Source #
pluginsHandler :: (Functor m, ServerMonad m, FilterMonad Response m, MonadIO m) => Plugins theme (m Response) hook config ppm -> m Response Source #