summaryrefslogtreecommitdiff
path: root/Foundation.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation.hs')
-rw-r--r--Foundation.hs8
1 files changed, 0 insertions, 8 deletions
diff --git a/Foundation.hs b/Foundation.hs
index 8f45202..444547b 100644
--- a/Foundation.hs
+++ b/Foundation.hs
@@ -7,14 +7,6 @@ import Text.Hamlet (hamletFile)
7import Yesod.Core.Types (Logger) 7import Yesod.Core.Types (Logger)
8import qualified Yesod.Core.Unsafe as Unsafe 8import qualified Yesod.Core.Unsafe as Unsafe
9 9
10import qualified Data.Text.Encoding as TE
11import qualified Data.Text.Encoding.Error as TEE
12
13import Data.Map.Lazy (Map)
14import qualified Data.Map.Lazy as Map
15
16import Network.Wai (requestHeaders)
17
18-- | The foundation datatype for your application. This can be a good place to 10-- | The foundation datatype for your application. This can be a good place to
19-- keep settings and values requiring initialization before your application 11-- keep settings and values requiring initialization before your application
20-- starts running, such as database connections. Every handler will have 12-- starts running, such as database connections. Every handler will have