On Wed, Apr 29, 2009 at 12:06 PM, Ian Lynagh <[email protected]> wrote: > Wed Apr 29 11:19:09 PDT 2009 Ian Lynagh <[email protected]> > * Add special support for haskeline > The library uses stuff in Setup.hs to determine whether or not it needs > to use -liconv. This patch replicates that logic in ghc-cabal. This > isn't pretty, and we should find a better way to do it, but it works > for now.
Once the Unicode text I/O changes are integrated into HEAD, I'll work on making Haskeline use it when built with ghc>=6.12. As a result, Haskeline shouldn't need to explicitly link against iconv when built with new ghc versions; so this patch will no longer be necessary. (The change will also probably remove the dependency on utf8-string.) -Judah _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
