aboutsummaryrefslogtreecommitdiff
path: root/Assistant
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-15 18:51:07 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-15 18:51:07 -0400
commit27fafd61c39f8436e19e8fd449b5851ead10bbd1 (patch)
tree79ccfbec0cfc6cff67c563e886cfda9ad8e3da77 /Assistant
parent390c09cebb34546b6197461412be027383c699dc (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.hs1
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