diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-04 01:48:26 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-04 01:48:26 -0400 |
commit | 0d021ce388369f3f683f9c9c8d13b5c983b12ca3 (patch) | |
tree | dab67313491f4680ef0454f6396f6007d750511a /Assistant.hs | |
parent | 8fb369aa5667f95d46b24f26b06636559155402b (diff) |
refactor alert button creation code
Diffstat (limited to 'Assistant.hs')
-rw-r--r-- | Assistant.hs | 1 |
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 |