diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-11-15 18:51:07 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-11-15 18:51:07 -0400 |
commit | 27fafd61c39f8436e19e8fd449b5851ead10bbd1 (patch) | |
tree | 79ccfbec0cfc6cff67c563e886cfda9ad8e3da77 /Assistant | |
parent | 390c09cebb34546b6197461412be027383c699dc (diff) |
fix tricky warning with ghc 8
Whether Route was exported from Assistant.WebApp.Types
or not depended on the version of ghc. So, explictly export it.
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Alert.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs index bc79a70a8..6db66399c 100644 --- a/Assistant/Alert.hs +++ b/Assistant/Alert.hs @@ -26,7 +26,6 @@ import qualified Control.Exception as E import Assistant.DaemonStatus import Assistant.WebApp.Types import Assistant.WebApp (renderUrl) -import Yesod #endif import Assistant.Monad import Assistant.Types.UrlRenderer |