summaryrefslogtreecommitdiff
path: root/Assistant.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-07 14:37:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-07 14:40:12 -0400
commitceb50397cb1c4e78af290e6f1b72d55414474441 (patch)
tree1599e8cd79d0991eb4252ae1dc3a224c3e4924b2 /Assistant.hs
parent5be8b4ea03f959acb9921a82f8f0fef3b9fc21c4 (diff)
warn when various build flags are unset
Diffstat (limited to 'Assistant.hs')
-rw-r--r--Assistant.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Assistant.hs b/Assistant.hs
index 3c79c476c..67398f23b 100644
--- a/Assistant.hs
+++ b/Assistant.hs
@@ -45,7 +45,6 @@ import Assistant.Threads.XMPPClient
import Assistant.Threads.XMPPPusher
#endif
#else
-#warning Building without the webapp. You probably need to install Yesod..
import Assistant.Types.UrlRenderer
#endif
import qualified Utility.Daemon