Blob Blame History Raw
--- git-annex-7.20190129/git-annex.cabal.orig	2019-02-13 05:08:05.796328714 -0500
+++ git-annex-7.20190129/git-annex.cabal	2019-02-13 05:09:15.280627976 -0500
@@ -251,27 +251,35 @@
 
 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 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 Benchmark
   Description: Enable benchmarking