summaryrefslogtreecommitdiff
path: root/Foundation.hs
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-07-30 18:06:44 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-07-30 18:06:44 +0200
commitf61bba8fbd7f596e503e67eac1b57945e81a709d (patch)
tree89ff8b451a22aeded5e5d59a2d1866ade74c33fa /Foundation.hs
parent8a8dc04c61dcc8dce910b148d3418c8e58e6d4da (diff)
downloadbar-f61bba8fbd7f596e503e67eac1b57945e81a709d.tar
bar-f61bba8fbd7f596e503e67eac1b57945e81a709d.tar.gz
bar-f61bba8fbd7f596e503e67eac1b57945e81a709d.tar.bz2
bar-f61bba8fbd7f596e503e67eac1b57945e81a709d.tar.xz
bar-f61bba8fbd7f596e503e67eac1b57945e81a709d.zip
Clean up build somewhat
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