haskell/cabal
View on GitHub`executable-dynamic: True` should apply to `build-type: Custom` setup
Open
#1,720 opened on Mar 10, 2014
Cabal: file formatCabal: otherattention: pr-welcomegood first issuetype: enhancement
Repository metrics
- Stars
- (1,731 stars)
- PR merge metrics
- (Avg merge 12d) (48 merged PRs in 30d)
Description
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.