summaryrefslogtreecommitdiff
path: root/CmdLine/GitAnnex.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-01-26 08:14:57 -0400
committerJoey Hess <joeyh@joeyh.name>2016-01-26 08:14:57 -0400
commitf051b516456bf559fa8ec2b66254b8e649bba2e8 (patch)
tree403a6abc9fd5c311c49b555f35f0f0950c582c1b /CmdLine/GitAnnex.hs
parent36e05945b89e6e2d5ea8cabde9f15f67cd3d87b4 (diff)
remove 3 build flags
* Removed the webapp-secure build flag, rolling it into the webapp build flag. * Removed the quvi and tahoe build flags, which only adds aeson to the core dependencies. * Removed the feed build flag, which only adds feed to the core dependencies. Build flags have cost in both code complexity and also make Setup configure have to work harder to find a usable set of build flags when some dependencies are missing.
Diffstat (limited to 'CmdLine/GitAnnex.hs')
-rw-r--r--CmdLine/GitAnnex.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs
index ec35285c4d..71a69e8614 100644
--- a/CmdLine/GitAnnex.hs
+++ b/CmdLine/GitAnnex.hs
@@ -85,9 +85,7 @@ import qualified Command.Vicfg
import qualified Command.Sync
import qualified Command.Mirror
import qualified Command.AddUrl
-#ifdef WITH_FEED
import qualified Command.ImportFeed
-#endif
import qualified Command.RmUrl
import qualified Command.Import
import qualified Command.Map
@@ -138,9 +136,7 @@ cmds testoptparser testrunner =
, Command.Sync.cmd
, Command.Mirror.cmd
, Command.AddUrl.cmd
-#ifdef WITH_FEED
, Command.ImportFeed.cmd
-#endif
, Command.RmUrl.cmd
, Command.Import.cmd
, Command.Init.cmd