haskell/cabal

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

Open

#1.720 aberto em 10 de mar. de 2014

Ver no GitHub
 (6 comments) (3 reactions) (0 assignees)Haskell (732 forks)batch import
Cabal: file formatCabal: otherattention: pr-welcomegood first issuetype: enhancement

Métricas do repositório

Stars
 (1.731 stars)
Métricas de merge de PR
 (Mesclagem média 36d 23h) (47 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