summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-25 14:36:24 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-25 14:36:24 -0400
commit57362124fff8e017dcfd60811421ab10bc5d3ed4 (patch)
tree776dcc4692fdcfa540fdda09052348a127bc7599
parent0e36b4b0058bbaa084ca3570f14fc0783d2e9e1b (diff)
allow building webapp w/o webdav
-rw-r--r--Assistant/Threads/WebApp.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/Assistant/Threads/WebApp.hs b/Assistant/Threads/WebApp.hs
index cbe0e4aac..a91a198e9 100644
--- a/Assistant/Threads/WebApp.hs
+++ b/Assistant/Threads/WebApp.hs
@@ -5,7 +5,7 @@
- Licensed under the GNU GPL version 3 or higher.
-}
-{-# LANGUAGE TypeFamilies, QuasiQuotes, MultiParamTypeClasses, TemplateHaskell, OverloadedStrings, RankNTypes, CPP #-}
+{-# LANGUAGE TypeFamilies, QuasiQuotes, MultiParamTypeClasses, TemplateHaskell, OverloadedStrings, RankNTypes #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
module Assistant.Threads.WebApp where
@@ -22,9 +22,7 @@ import Assistant.WebApp.Configurators.Local
import Assistant.WebApp.Configurators.Ssh
import Assistant.WebApp.Configurators.Pairing
import Assistant.WebApp.Configurators.AWS
-#ifdef WITH_WEBDAV
import Assistant.WebApp.Configurators.WebDAV
-#endif
import Assistant.WebApp.Configurators.XMPP
import Assistant.WebApp.Documentation
import Assistant.WebApp.OtherRepos