mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Include small_base flag for pcre-light
This commit is contained in:
parent
1ecbd809ad
commit
6764ca36ed
@ -27,7 +27,7 @@ defaultSelectSettings = SelectSettings
|
||||
, requireHaskellPlatform = True
|
||||
, excludedPackages = empty
|
||||
, flags = \coreMap ->
|
||||
Set.fromList (words "blaze_html_0_5") `Set.union`
|
||||
Set.fromList (words "blaze_html_0_5 small_base") `Set.union`
|
||||
|
||||
#if defined(mingw32_HOST_OS) || defined(__MINGW32__)
|
||||
-- Needed on Windows to get unix-compat to compile
|
||||
|
||||
Loading…
Reference in New Issue
Block a user