Open
Description
~/.cabal/config:
library-vanilla: False
shared: True
executable-dynamic: True
GHC version: 8.2.1
Cabal version: 2.1.0
ghc
and setup
are called with -dynamic
, but haddock
isn't.
The operation fails with a linker error.
Passing -optghc=-dynamic
to haddock (via --haddock-options
) fixed the issue.
I since went static again after I found ghc-static
and don't use the dynamic settings anymore.