clckwrks-plugin-bugs-0.6.3: bug tracking plugin for clckwrks

Safe HaskellNone

Clckwrks.Bugs.Monad

Documentation

data BugsConfig Source

Constructors

BugsConfig 

Fields

bugsDirectory :: FilePath

directory in which to store uploaded attachments

bugsState :: AcidState BugsState
 
bugsClckURL :: ClckURL -> [(Text, Maybe Text)] -> Text
 

Instances

type BugsT m = ClckT BugsURL (ReaderT BugsConfig m)Source