haskell/cabal
Vedi su GitHub`executable-dynamic: True` should apply to `build-type: Custom` setup
Open
#1720 aperta il 10 mar 2014
Cabal: file formatCabal: otherattention: pr-welcomegood first issuetype: enhancement
Metriche repository
- Star
- (1731 star)
- Metriche merge PR
- (Merge medio 36g 23h) (47 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.