diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-14 01:06:28 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-14 01:06:28 +0100 |
commit | d84b462a711ce95593ff05a7581e722562c3835a (patch) | |
tree | 41e5af455fea925b2680b29718b24ba2876e803a /Import/NoFoundation.hs | |
download | bar-d84b462a711ce95593ff05a7581e722562c3835a.tar bar-d84b462a711ce95593ff05a7581e722562c3835a.tar.gz bar-d84b462a711ce95593ff05a7581e722562c3835a.tar.bz2 bar-d84b462a711ce95593ff05a7581e722562c3835a.tar.xz bar-d84b462a711ce95593ff05a7581e722562c3835a.zip |
Implement old bar.hs
Diffstat (limited to 'Import/NoFoundation.hs')
-rw-r--r-- | Import/NoFoundation.hs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Import/NoFoundation.hs b/Import/NoFoundation.hs new file mode 100644 index 0000000..6872d0a --- /dev/null +++ b/Import/NoFoundation.hs | |||
@@ -0,0 +1,13 @@ | |||
1 | {-# LANGUAGE CPP #-} | ||
2 | module Import.NoFoundation | ||
3 | ( module Import | ||
4 | ) where | ||
5 | |||
6 | import ClassyPrelude.Yesod as Import | ||
7 | import Model as Import | ||
8 | import Settings as Import | ||
9 | import Settings.StaticFiles as Import | ||
10 | import Yesod.Auth as Import | ||
11 | import Yesod.Core.Types as Import (loggerSet) | ||
12 | import Yesod.Default.Config2 as Import | ||
13 | import Yesod.EmbeddedStatic as Import | ||