diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-15 18:11:47 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-15 18:11:47 +0100 |
commit | 3cd4169e33c07b71129aafcecfb81a3b5007fa39 (patch) | |
tree | 261de0303273cc1a861977dc9aebce235d0afe51 /Application.hs | |
parent | 37f0dac79707a0de81ec6364d2704007eefd9289 (diff) | |
download | bar-3cd4169e33c07b71129aafcecfb81a3b5007fa39.tar bar-3cd4169e33c07b71129aafcecfb81a3b5007fa39.tar.gz bar-3cd4169e33c07b71129aafcecfb81a3b5007fa39.tar.bz2 bar-3cd4169e33c07b71129aafcecfb81a3b5007fa39.tar.xz bar-3cd4169e33c07b71129aafcecfb81a3b5007fa39.zip |
Autocomplete types
Diffstat (limited to 'Application.hs')
-rw-r--r-- | Application.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Application.hs b/Application.hs index 85ceb2f..3a16e88 100644 --- a/Application.hs +++ b/Application.hs | |||
@@ -41,6 +41,7 @@ import Handler.ReferenceListing | |||
41 | import Handler.ReferenceItem | 41 | import Handler.ReferenceItem |
42 | import Handler.DeleteRefItem | 42 | import Handler.DeleteRefItem |
43 | import Handler.Kinds | 43 | import Handler.Kinds |
44 | import Handler.Types | ||
44 | import Handler.List | 45 | import Handler.List |
45 | 46 | ||
46 | -- This line actually creates our YesodDispatch instance. It is the second half | 47 | -- This line actually creates our YesodDispatch instance. It is the second half |