Whether Route was exported from Assistant.WebApp.Types
or not depended on the version of ghc. So, explictly export it.
import Assistant.DaemonStatus
import Assistant.WebApp.Types
import Assistant.WebApp (renderUrl)
-import Yesod
#endif
import Assistant.Monad
import Assistant.Types.UrlRenderer
{-# LANGUAGE FlexibleInstances, FlexibleContexts, ViewPatterns #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
-module Assistant.WebApp.Types where
+module Assistant.WebApp.Types (
+ module Assistant.WebApp.Types,
+ Route
+) where
import Assistant.Common
import Assistant.Ssh