diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-16 01:19:07 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-16 01:19:07 +0100 |
commit | 3bfe0bdcb79b398a387e202c5150b5e6fd230d3a (patch) | |
tree | 8384b49048e84969a3a3440ed309b9c6e6b779de /Import/NoFoundation.hs | |
parent | 3ed9ec8ca70afb556f75d4e087043f4c67f50974 (diff) | |
download | bar-3bfe0bdcb79b398a387e202c5150b5e6fd230d3a.tar bar-3bfe0bdcb79b398a387e202c5150b5e6fd230d3a.tar.gz bar-3bfe0bdcb79b398a387e202c5150b5e6fd230d3a.tar.bz2 bar-3bfe0bdcb79b398a387e202c5150b5e6fd230d3a.tar.xz bar-3bfe0bdcb79b398a387e202c5150b5e6fd230d3a.zip |
More complicated date handling
Diffstat (limited to 'Import/NoFoundation.hs')
-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 |