diff --git a/Stackage/Select.hs b/Stackage/Select.hs index 7a52382f..4cf905d8 100644 --- a/Stackage/Select.hs +++ b/Stackage/Select.hs @@ -28,7 +28,7 @@ defaultSelectSettings version = SelectSettings , ignoreUpgradeableCore = False , excludedPackages = empty , flags = \coreMap -> - Set.fromList (words "blaze_html_0_5 small_base https splitbase") `Set.union` + Set.fromList (words "blaze_html_0_5 small_base https splitbase old-locale") `Set.union` #if defined(mingw32_HOST_OS) || defined(__MINGW32__) -- Needed on Windows to get unix-compat to compile