diff --git a/sandwich-contexts/lib/Test/Sandwich/Contexts/Waits.hs b/sandwich-contexts/lib/Test/Sandwich/Contexts/Waits.hs index 0c7cc5b5..062f2289 100644 --- a/sandwich-contexts/lib/Test/Sandwich/Contexts/Waits.hs +++ b/sandwich-contexts/lib/Test/Sandwich/Contexts/Waits.hs @@ -100,7 +100,7 @@ tlsNoVerifySettings = mkManagerSettings tlsSettings Nothing , settingDisableSession = False , settingUseServerName = False #if MIN_VERSION_crypton_connection(0,4,0) - , settingsClientSupported = def + , settingClientSupported = def #endif }