Blob Blame History Raw
--- darcs-2.8.5/darcs.cabal.orig	2014-08-26 05:27:34.000000000 +0900
+++ darcs-2.8.5/darcs.cabal	2014-08-29 14:01:08.241655179 +0900
@@ -75,9 +75,11 @@
 
 flag curl
   description: Use libcurl for HTTP support.
+  default: True
 
 flag http
   description: Use the pure Haskell HTTP package for HTTP support.
+  default: False
 
 flag network-uri
   description: Get Network.URI from the network-uri package
@@ -89,6 +91,7 @@
 
 flag terminfo
   description: Use the terminfo package for enhanced console support.
+  default: True
 
 flag threaded
   description: Use threading and SMP support.
@@ -107,6 +110,7 @@
 
 flag mmap
   description: Compile with mmap support.
+  default: True
 
 flag hpc
   default:     False