Re: [Haskell-cafe] Request for comments - hdnsomatic

2009-08-17 Thread Neil Mitchell
Hi I should release a new version - the darcs version requires haskell-src-exts 1.1.*. I'll do that tonight. Thanks, Neil 2009/8/17 Jesús Alberto Sánchez Pimienta : > Many Thanks Neil, > > I tried to build hlint before submitting to the mail list but i couldn't > because my haskell-src-exts is v

Re: [Haskell-cafe] Request for comments - hdnsomatic

2009-08-16 Thread Jesús Alberto Sánchez Pimienta
Many Thanks Neil, I tried to build hlint before submitting to the mail list but i couldn't because my haskell-src-exts is version 1.1.1 and the cabal file of hlint requires a version < 1.1. Now i modified the cabal depends and successfully installed hlint, it's a great tool. "Piensa y trabaja" J

Re: [Haskell-cafe] Request for comments - hdnsomatic

2009-08-16 Thread Neil Mitchell
Hi An easy way to get some instant feedback is to run HLint on it: http://community.haskell.org/~ndm/hlint The results are: C:\Neil\hlint>hlint Example.hs Example.hs:42:1: Warning: Use liftM Found: readFile p >>= return . lines >>= return . map (second tail . break (== '=') . filter (/= '

[Haskell-cafe] Request for comments - hdnsomatic

2009-08-16 Thread Jesús Alberto Sánchez Pimienta
Hello haskellers, I just finished my first useful haskell program and I'd be glad if you make me some comments http://hpaste.org/fastcgi/hpaste.fcgi/view?id=8244#a8244 Thank you, and sorry for my english. "Piensa y trabaja" Jesús Alberto Sánchez Pimienta Estudiante de la Lic. en Estudios Pol