mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-22 20:21:57 +01:00
Turn on old-locale flag
This commit is contained in:
parent
b76196d389
commit
db13e9b8a4
@ -28,7 +28,7 @@ defaultSelectSettings version = SelectSettings
|
|||||||
, ignoreUpgradeableCore = False
|
, ignoreUpgradeableCore = False
|
||||||
, excludedPackages = empty
|
, excludedPackages = empty
|
||||||
, flags = \coreMap ->
|
, 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__)
|
#if defined(mingw32_HOST_OS) || defined(__MINGW32__)
|
||||||
-- Needed on Windows to get unix-compat to compile
|
-- Needed on Windows to get unix-compat to compile
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user