diff options
Diffstat (limited to 'Import')
| -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 | ||
