haskell/cabal
Auf GitHub ansehen`executable-dynamic: True` should apply to `build-type: Custom` setup
Open
#1.720 geöffnet am 10. März 2014
Cabal: file formatCabal: otherattention: pr-welcomegood first issuetype: enhancement
Repository-Metriken
- Stars
- (1.731 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 36T 23h) (47 gemergte PRs in 30 T)
Beschreibung
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.