
Hi, I am currently using two functions: readHistory :: String -> IO Bool writeHistory :: String -> IO Bool from Readline. They are available in the darcs version of Readline but the package which is uploaded on Hackage is older and it doesn't have them. Does someone know what is the status of readline? Will there be a new version on Hackage soon? Readline is no longer distributed together with GHC so Hackage is the default place to take a new version. Best Regards, Krasimir

Krasimir Angelov wrote:
I am currently using two functions:
readHistory :: String -> IO Bool writeHistory :: String -> IO Bool
from Readline. They are available in the darcs version of Readline but the package which is uploaded on Hackage is older and it doesn't have them.
I'd love to see a binding to rl_set_prompt added, too. Martijn.
participants (2)
-
Krasimir Angelov
-
Martijn van Steenbergen