diff --git a/happstack-server.cabal b/happstack-server.cabal
--- a/happstack-server.cabal
+++ b/happstack-server.cabal
@@ -1,5 +1,5 @@
 Name:                happstack-server
-Version:             6.1.3
+Version:             6.1.4
 Synopsis:            Web related tools and services.
 Description:         Happstack Server provides an HTTP server and a rich set of functions for routing requests, handling query parameters, generating responses, working with cookies, serving files, and more. For in-depth documentation see the Happstack Crash Course <http://happstack.com/docs/crashcourse/index.html>
 License:             BSD3
@@ -20,8 +20,8 @@
     Description: Choose the even newer, even smaller, split-up base package.
 
 Flag network_2_2_3
-    Description: Choose newer network library with merged in network-bytestring. We can not really use this until hslogger is updated to allow it. (Or we ditch hslogger)
-    Default: False
+    Description: Choose newer network library with merged in network-bytestring.
+    Default: True
 
 Flag tests
     Description: Build the testsuite, and include the tests in the library
