haskell/cabal
`executable-dynamic: True` should apply to `build-type: Custom` setup
Offen
#1.720 geöffnet am 10.03.2014
Cabal: file formatCabal: otherattention: pr-welcomegood first issuetype: enhancement
Repository-Metriken
- Stars
- (1.745 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 12T) (48 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.