haskell/cabal
`executable-dynamic: True` should apply to `build-type: Custom` setup
Aperta
#1720 aperta il 10 mar 2014
Cabal: file formatCabal: otherattention: pr-welcomegood first issuetype: enhancement
Metriche repository
- Star
- (1745 stelle)
- Metriche merge PR
- (Merge medio 12g) (48 PR mergiate in 30 g)
Descrizione
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.