mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-13 15:58:32 +01:00
Turn on https flag for pandoc
This commit is contained in:
parent
d888f48e97
commit
f717c007b6
@ -28,7 +28,7 @@ defaultSelectSettings version = SelectSettings
|
||||
, ignoreUpgradeableCore = False
|
||||
, excludedPackages = empty
|
||||
, flags = \coreMap ->
|
||||
Set.fromList (words "blaze_html_0_5 small_base") `Set.union`
|
||||
Set.fromList (words "blaze_html_0_5 small_base https") `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