Blob Blame History Raw
--- darcs-2.8.3/darcs.cabal~	2012-11-05 03:09:26.000000000 +0900
+++ darcs-2.8.3/darcs.cabal	2012-11-06 22:42:30.054408269 +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 static
   description: Build static binary
@@ -85,6 +87,7 @@
 
 flag terminfo
   description: Use the terminfo package for enhanced console support.
+  default: True
 
 flag threaded
   description: Use threading and SMP support.
@@ -103,6 +106,7 @@
 
 flag mmap
   description: Compile with mmap support.
+  default: True
 
 flag hpc
   default:     False
@@ -124,7 +128,7 @@
 -- do Unicode translation. Use a flag so we can
 -- detect this situation and use a workaround.
 flag force-char8-encoding
-  default:     False
+  default:     True
   description: Allow base 4.5 or above on Unix. base 4.4 introduces a change in
                the behaviour of filenames that requires API calls in
                base 4.5 to workaround. So base 4.4 is not supported at all.