diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-16 13:18:34 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-16 13:18:34 +0100 |
commit | 57d594818c14652681dce54d324b6b76941b2f4e (patch) | |
tree | f3e1e02e2fa41ff0d87eace034d6c883668841c5 /Import | |
parent | 3d828feba67f21ae62d1e6eb598a22ffaebf1174 (diff) | |
parent | 3bfe0bdcb79b398a387e202c5150b5e6fd230d3a (diff) | |
download | bar-57d594818c14652681dce54d324b6b76941b2f4e.tar bar-57d594818c14652681dce54d324b6b76941b2f4e.tar.gz bar-57d594818c14652681dce54d324b6b76941b2f4e.tar.bz2 bar-57d594818c14652681dce54d324b6b76941b2f4e.tar.xz bar-57d594818c14652681dce54d324b6b76941b2f4e.zip |
Merge branch 'feat/openYes'
Diffstat (limited to 'Import')
-rw-r--r-- | Import/NoFoundation.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Import/NoFoundation.hs b/Import/NoFoundation.hs index 6872d0a..1a5b107 100644 --- a/Import/NoFoundation.hs +++ b/Import/NoFoundation.hs | |||
@@ -5,6 +5,7 @@ module Import.NoFoundation | |||
5 | 5 | ||
6 | import ClassyPrelude.Yesod as Import | 6 | import ClassyPrelude.Yesod as Import |
7 | import Model as Import | 7 | import Model as Import |
8 | import Model.Types as Import | ||
8 | import Settings as Import | 9 | import Settings as Import |
9 | import Settings.StaticFiles as Import | 10 | import Settings.StaticFiles as Import |
10 | import Yesod.Auth as Import | 11 | import Yesod.Auth as Import |