diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-30 18:06:44 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-30 18:06:44 +0200 |
commit | f61bba8fbd7f596e503e67eac1b57945e81a709d (patch) | |
tree | 89ff8b451a22aeded5e5d59a2d1866ade74c33fa /Foundation.hs | |
parent | 8a8dc04c61dcc8dce910b148d3418c8e58e6d4da (diff) | |
download | bar-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.hs | 8 |
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) | |||
7 | import Yesod.Core.Types (Logger) | 7 | import Yesod.Core.Types (Logger) |
8 | import qualified Yesod.Core.Unsafe as Unsafe | 8 | import qualified Yesod.Core.Unsafe as Unsafe |
9 | 9 | ||
10 | import qualified Data.Text.Encoding as TE | ||
11 | import qualified Data.Text.Encoding.Error as TEE | ||
12 | |||
13 | import Data.Map.Lazy (Map) | ||
14 | import qualified Data.Map.Lazy as Map | ||
15 | |||
16 | import 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 |