<div dir="ltr"><div><div><div><div><div><div><div><div><div>Ive been trying parsec<br></div>And I gather that the modules structures are heavily reorganized<br><br></div>eg <a href="https://kunigami.wordpress.com/2014/01/21/an-introduction-to-the-parsec-library/">https://kunigami.wordpress.com/2014/01/21/an-introduction-to-the-parsec-library/</a><br></div>starts with<br><br>import Data.Char (char)<br><br></div>which immediately gives <br>Module ‘Data.Char’ does not export ‘char’<br><br></div>Change that to <br>import Text.Parsec.Char (char)<br><br></div>and that error goes and more and more arcane ones start<br></div><div>Likewise all the stuff here<br><a href="http://jakewheat.github.io/intro_to_parsing/">http://jakewheat.github.io/intro_to_parsing/</a><br></div><div>seems to be wrong paths<br></div><div><br><br></div>Is there no tutorial for the current versions? <br></div>ghc 7.8.4<br></div>parsec 3.1.9-2<br><br clear="all"><div><div><div><div><div><div><div><div><div><div><div dir="ltr"><div><div dir="ltr"><div><br></div></div></div></div>
</div></div></div></div></div></div></div></div></div></div></div>