imm-0.5.1.0: Retrieve RSS/Atom feeds and write one mail per new item in a maildir.

Safe HaskellNone

Imm.Util

Synopsis

Documentation

(>/>) :: MonadBase IO m => IO FilePath -> FilePath -> m FilePathSource

Like </> with first argument in IO to build platform-dependent paths.

io :: MonadBase IO m => IO a -> m aSource

Shortcut to liftBase with IO as base monad