Blob Blame History Raw
--- git-annex-6.20180112/git-annex.cabal.orig	2018-01-12 14:48:30.000000000 -0500
+++ git-annex-6.20180112/git-annex.cabal	2018-02-02 01:23:35.535973874 -0500
@@ -254,21 +254,27 @@
 
 Flag S3
   Description: Enable S3 support
+  Default: True
 
 Flag WebDAV
   Description: Enable WebDAV support
+  Default: True
 
 Flag Assistant
   Description: Enable git-annex assistant and watch command
+  Default: True
 
 Flag Webapp
   Description: Enable git-annex webapp
+  Default: True
 
 Flag Pairing
   Description: Enable pairing
+  Default: True
 
 Flag Production
   Description: Enable production build (slower build; faster binary)
+  Default: True
 
 Flag Android
   Description: Cross building for Android
@@ -280,12 +286,15 @@
 
 Flag TorrentParser
   Description: Use haskell torrent library to parse torrent files
+  Default: True
 
 Flag MagicMime
   Description: Use libmagic to determine file MIME types
+  Default: True
 
 Flag ConcurrentOutput
   Description: Use concurrent-output library
+  Default: True
 
 Flag Benchmark
   Description: Enable benchmarking
@@ -297,6 +306,7 @@
 
 Flag Dbus
   Description: Enable dbus support
+  Default: True
 
 source-repository head
   type: git