Closed miguel-negrao closed 10 years ago
Investigating further seems that, when installing via cabal sandbox the only relevant issue is the libncursesw.so issue which is already in the faq. Still, it's a pity that it doesn't work cleanly out of the box... one shouldn't be messing with installed libraries (ncurses)
It seems ghc 7.8.2 uses the terminfo package internally but doesn't expose it, this can lead to problems when trying to install terminfo: https://ghc.haskell.org/trac/ghc/ticket/8919 . Some people even report breaking ghc when trying to install terminfo.
In my case I can't install terminfo (which is needed for scion-browser) via nix because it (smartly) doesn't let me replace the ghc library:
A patch has been merged in ghc, so it should be fixed in ghc 7.8.3. Not sure this affects people that install terminfo locally, maybe not... just wanted to leave the warning.
When installing via cabal install from a clean ghc 7.8.2 installed from nix, I get:
so same problem as mentioned in the faq.