haskell/cabal

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

Open

#1,720 建立於 2014年3月10日

在 GitHub 查看
 (6 留言) (3 反應) (0 負責人)Haskell (1,731 star) (732 fork)batch import
Cabal: file formatCabal: otherattention: pr-welcomegood first issuetype: enhancement

描述

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.

貢獻者指南