haskell/cabal

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

Open

#1,720 opened on 2014年3月10日

GitHub で見る
 (6 comments) (3 reactions) (0 assignees)Haskell (1,731 stars) (732 forks)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.

コントリビューターガイド

`executable-dynamic: True` should apply to `build-type: Custom` setup · haskell/cabal#1720 | Good First Issue