[Pkg-haskell-maintainers] Bug#741392: build "dyn" libraries
Peter Eisentraut
petere at debian.org
Wed Mar 12 01:42:38 UTC 2014
Package: haskell-devscripts
Version: 0.8.19.4
Severity: wishlist
I was building some code of my own that ended up complaining
Could not find module `Language.Haskell.Interpreter'
Perhaps you haven't installed the "dyn" libraries for package `hint-0.3.3.6'?
Use -v to see a list of the files searched for.
Online I found a suggestion for that, which is to rebuild everything
with --enable-shared. Which works, if I use cabal to manage packages,
but it would be nice if the Debian packages supported that as well.
It seems that this could be doable by just putting --enable-shared in
the right place, but it would have to be done package by package from
the bottom up. Thoughts?
More information about the Pkg-haskell-maintainers
mailing list