Re: bundled libraries in ghc

2013-09-05 Thread Jens Petersen
On 3 September 2013 18:14, Jens Petersen wrote: > The libraries in question here are haskeline, terminfo, and xhtml. > : > Besides I am anyway not really sure how to handle having both those 3 > shared libraries installed for runtime ghc along with the same versions of > the corresponding packag

Re: bundled libraries in ghc

2013-09-04 Thread Jens Petersen
On 3 September 2013 23:11, Stephen Paul Weber wrote: > Somebody claiming to be Jens Petersen wrote: > >> The libraries in question here are haskeline, terminfo, and xhtml. >> > > Are those libraries needed by GHCI? libdir/bin/ghc is linked to haskeline and terminfo. ghc-pkg is also linked to ter

Re: bundled libraries in ghc

2013-09-03 Thread Stephen Paul Weber
Somebody claiming to be Jens Petersen wrote: The libraries in question here are haskeline, terminfo, and xhtml. Are those libraries needed by GHCI? Could we just statically link those ones into GHC? -- Stephen Paul Weber, @singpolyma See for how I prefer to be contac