Hello<br><br>I am happy to announce a release of small package called readline-statevar. It&#39;s a small wrapping library around readline, which in turn wraps libreadline. The reason I wrote it is because I wasn&#39;t happy with the API of readline. It was composed of tons of functions like setX/getX, where there could be just one StateVar instead, yielding OpenGL-kind API.<br>
<br>This version aims to match readline-1.0.1.0. (Hence the version number chosen). I wrote it mostly manually, with a little help from my emacs-fu, so there is a chance I missed a thing or two. <br><br>There is git repo available [1], along with issue tracker [2] and Hackage page [3]. Feel encouraged to:<br>
&gt; cabal update<br>&gt; cabal install readline-statevar<br>And give it a try!<br><br>Best regards<br><br>Krzysztof SkrzÄ™tnicki<br><br>[1] <a href="http://github.com/Tener/haskell-readline-statevar/">http://github.com/Tener/haskell-readline-statevar/</a><br>
[2] <a href="http://github.com/Tener/haskell-readline-statevar/issues">http://github.com/Tener/haskell-readline-statevar/issues</a><br>[3] <a href="http://hackage.haskell.org/package/readline-statevar">http://hackage.haskell.org/package/readline-statevar</a><br>