summaryrefslogtreecommitdiff
path: root/Assistant.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-04-04 01:48:26 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-04-04 01:48:26 -0400
commit0d021ce388369f3f683f9c9c8d13b5c983b12ca3 (patch)
treedab67313491f4680ef0454f6396f6007d750511a /Assistant.hs
parent8fb369aa5667f95d46b24f26b06636559155402b (diff)
refactor alert button creation code
Diffstat (limited to 'Assistant.hs')
-rw-r--r--Assistant.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant.hs b/Assistant.hs
index ba58be303..0d9dafd96 100644
--- a/Assistant.hs
+++ b/Assistant.hs
@@ -152,6 +152,7 @@ import Assistant.Threads.XMPPClient
#endif
#else
#warning Building without the webapp. You probably need to install Yesod..
+import Assistant.Types.UrlRenderer
#endif
import Assistant.Environment
import qualified Utility.Daemon