haskell/cabal
在 GitHub 查看`executable-dynamic: True` should apply to `build-type: Custom` setup
Open
#1,720 创建于 2014年3月10日
Cabal: file formatCabal: otherattention: pr-welcomegood first issuetype: enhancement
仓库指标
- Star
- (1,731 star)
- PR 合并指标
- (平均合并 12天) (30 天内合并 48 个 PR)
描述
I have a Haskell installation with only shared libraries, and cabal's config contains:
library-vanilla: False
library-profiling: False
shared: True
executable-dynamic: True
This fails for packages with build-type: Custom, because cabal-install tries to link setup against non-existent static libraries.