diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+2018-03-17  Mihai Giurgeanu  <mihai.giurgeanu@gmail.com>
+
+	* sqlcli.cabal (Flag ODBC): enable ODBC flag by default
+
 2017-12-26  Mihai Giurgeanu  <mihai.giurgeanu@gmail.com>
 	* src/SQL/CLI.hs (SQLINTEGER): fix SQLINTEGER problems with ODBC on 64 bit platforms by using SQLLEN and SQLHANDLE
 	Changed all definitions taking a length parameter to use SQLLEN and SQLULEN types instead of SQLINTEGER.
-	
+
 2017-11-30  Mihai Giurgeanu  <mihai.giurgeanu@gmail.com>
 
 	* src/SQL/CLI/Utils.hs (fetchAndRunWithFail): new function similar to fetchAndRun but offering control on fail conditions
diff --git a/sqlcli.cabal b/sqlcli.cabal
--- a/sqlcli.cabal
+++ b/sqlcli.cabal
@@ -1,5 +1,5 @@
 name:                sqlcli
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            Sql Call-Level Interface bindings for Haskell.
 description:         Provides bindings to SQL/CLI C API, importing
                      all foreign functions defined in the specifications,
@@ -22,8 +22,8 @@
 
 Flag ODBC
   Description:  Compile against ODBC library
-  Default:      False
-  Manual:       True
+  Default:      True
+  Manual:       False
 
 library
   hs-source-dirs:      src
