diff --git a/HsOpenSSL.cabal b/HsOpenSSL.cabal
--- a/HsOpenSSL.cabal
+++ b/HsOpenSSL.cabal
@@ -10,7 +10,7 @@
     systems and stable. You may also be interested in the @tls@ package,
     <http://hackage.haskell.org/package/tls>, which is a pure Haskell
     implementation of SSL.
-Version:       0.11.6.1
+Version:       0.11.6.2
 License:       PublicDomain
 License-File:  COPYING
 Author:        Adam Langley, Mikhail Vorozhtsov, PHO, Taru Karttunen
@@ -67,11 +67,6 @@
     Manual:
         True
 
-flag old-locale
-  description: If true, use old-locale, otherwise use time 1.5 or newer.
-  manual:      False
-  default:     False
-
 Custom-setup
     setup-depends: Cabal >= 1.12,
                    base  >= 4.4 && < 5
@@ -81,15 +76,7 @@
         base       >= 4.4 && < 5,
         bytestring >= 0.9 && < 0.11,
         network    >= 2.1 && < 3.2,
-        time       >= 1.4 && < 1.10
-
-    if flag(old-locale)
-      build-depends:
-          old-locale  >=1.0.0.2 && <1.1
-        , time        >=0       && <1.5
-
-    else
-      build-depends: time >=1.5
+        time       >= 1.5 && < 1.12
 
     Build-Tools: hsc2hs >= 0.67
 
