haskell/cabal

`executable-dynamic: True` should apply to `build-type: Custom` setup

Open

#1.720 geöffnet am 10. März 2014

Auf GitHub ansehen
 (6 Kommentare) (3 Reaktionen) (0 zugewiesene Personen)Haskell (732 Forks)batch import
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.

Contributor Guide