haskell/cabal

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

Open

#1 720 ouverte le 10 mars 2014

Voir sur GitHub
 (6 commentaires) (3 réactions) (0 assignés)Haskell (732 forks)batch import
Cabal: file formatCabal: otherattention: pr-welcomegood first issuetype: enhancement

Métriques du dépôt

Stars
 (1 731 stars)
Métriques de merge PR
 (Merge moyen 36j 23h) (47 PRs mergées en 30 j)

Description

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.

Guide contributeur