From 41b53ca04b6d52457f331930e8fea68416498882 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Thu, 5 Sep 2013 19:36:33 -0300 Subject: New project tree structure --- Lazymail.hs | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Lazymail.hs (limited to 'Lazymail.hs') diff --git a/Lazymail.hs b/Lazymail.hs deleted file mode 100644 index fbb7e3e..0000000 --- a/Lazymail.hs +++ /dev/null @@ -1,22 +0,0 @@ -{- Lazymail monad. - - - - Copyright 2013 Raúl Benencia - - - - Licensed under the GNU GPL version 3 or higher - - - -} - -module Lazymail where - -import Control.Monad.Reader -import Control.Monad.State - -import Config -import State -import Types - -run :: Lazymail a -> IO (a, LazymailState) -run k = - let config = customConfig - state = initialState { basePath = initialPath config } - in runStateT (runReaderT k config) state \ No newline at end of file -- cgit v1.2.3