haskell/cabal

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

Aberta

#1.720 aberto em 10 de mar. de 2014

 (6 comentários) (3 reações) (0 responsável)Haskell (744 forks)batch import
Cabal: file formatCabal: otherattention: pr-welcomegood first issuetype: enhancement

Métricas do repositório

Stars
 (1.745 estrelas)
Métricas de merge de PR
 (Mesclagem média 12d) (48 fundiu PRs em 30d)

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.

Guia do colaborador