| Safe Haskell | None |
|---|
Imm.Types
- data ImmError
- data CliOptions = CliOptions {
- mCheck :: Bool
- mList :: Bool
- mDenyReconf :: Bool
- mMasterBinary :: Maybe String
- data Settings = Settings {
- mStateDirectory :: PortableFilePath
- mFeedGroups :: [FeedGroup]
- mFromBuilder :: (Item, Feed) -> String
- mSubjectBuilder :: (Item, Feed) -> Text
- mBodyBuilder :: (Item, Feed) -> Text
- type FeedGroup = (FeedSettings, [String])
- data FeedSettings = FeedSettings {}
- type ImmFeed = (URI, Feed)
- data Mail = Mail {}
- data RefDirs = RefDirs {}
- type PortableFilePath = RefDirs -> FilePath
Documentation
Errors that can be returned by an Imm process
data CliOptions Source
Constructors
| CliOptions | |
Fields
| |
Instances
Set of settings for imm
Constructors
| Settings | |
Fields
| |
type FeedGroup = (FeedSettings, [String])Source
data FeedSettings Source
Constructors
| FeedSettings | |
Fields | |
Set of reference directories, typically used to build FilePath-s
Constructors
| RefDirs | Data directory |
Fields
| |
type PortableFilePath = RefDirs -> FilePathSource