On Mon, Oct 26, 2009 at 12:52 AM, Michael Mossey <[email protected]> wrote: > Before I ask my main question, incidentally has anyone noticed that the GHCI > prompt, on Windows XP, now has auto-completion! (since 6.10) Awesome! > > I'm trying to install System.Console.Readline on Windows XP. I need to have > GNU readline installed first, which I did (by multiple methods). But running > 'cabal install readline' it reports that readline is not found. Obviously I > need to set a path or environment variable... can anyone help? > > Thanks, > Mike > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe >
Try the --extra-include-dirs and --extra-lib-dirs options to Cabal. If there's a configure script, you might also need to modify the options to that. Alex _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
