haskell/cabal

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

Ouverte

#1 720 ouverte le 10 mars 2014

 (6 commentaires) (3 réactions) (0 personne assignée)Haskell (744 forks)batch import
Cabal: file formatCabal: otherattention: pr-welcomegood first issuetype: enhancement

Métriques du dépôt

Stars
 (1 745 étoiles)
Métriques de merge PR
 (Merge moyen 12j) (48 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