
Hi cafe! I have released ghc-mod v2.0.1. From this version, ghc-mod provides the ghc-mod library in addition to the ghc-mod command: http://hackage.haskell.org/package/ghc-mod http://mew.org/~kazu/proj/ghc-mod/en/ Enjoy! --Kazu

Awesome, even with Cabal API! Just one note: The "emacs" link on the left is "not found". On Tue 21 May 2013 10:31:01 SGT, Kazu Yamamoto (山本和彦) wrote:
Hi cafe!
I have released ghc-mod v2.0.1. From this version, ghc-mod provides the ghc-mod library in addition to the ghc-mod command:
http://hackage.haskell.org/package/ghc-mod http://mew.org/~kazu/proj/ghc-mod/en/
Enjoy!
--Kazu
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 21/05/13 04:15, Kazu Yamamoto (????) wrote:
Hi Niklas,
Just one note: The "emacs" link on the left is "not found".
Fixed. Thank you.
--Kazu
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
While we're on topic of ghc-mod, why does the emacs front-end give `Cannot guess type' when the point is on the very first letter of the function? foo 5 = 2 ^ foo x = 3 Is this a feature or a bug? It does fine on the second (or any) letter after that point. Great work, I love this mod. - -- Mateusz K. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iQIcBAEBAgAGBQJRmu90AAoJEM1mucMq2pqX6SQP/RwlcHx0ZsMYf69m5hrdVeIQ 44gy/CSG9ZdQAVaN6aJ4zy9kNNzw9KlKUKyNCTwrpqn3X8s/GKDdLhX+lCOK1OrP YjCYK2ijLXFEPcNmpVdTk/chPW6qYHqSCmJMxQbUoLzUkiVFN85tM8r21e1KOvZx NHAxWyM6ofCN/fT6zLanhy8sBSyGEOzLnk2YWdAK9iZfMLyq/FNp4hcfB4ha1j7p 3HXatjL0AbtrQsDCJzVA7X+ip2lHM7Lz9Ekof61YhGGhTyoRIlsYoHUwhuAy+2kJ ztbrrmdCHwUjPFhDFclrtAEkS4EAlfHsHnh8BO6QGgA2j+U256O7v1zofPZhKvH/ MbYjEXRmjp7Lt1t77uaDMo5+lfzim2i6I5e6NJJF3EYkT0Wf0FklEXWOK5GeGvVO SW9n96bd52asiIQHJMse6bpGnBs4Oi00wFmrXyd2WxrnYtTmcPmFTfooBD2DHESR Y5HE/7eEPEsXD/bSwALhc54gF9kNDTTVBRsWpfH0V/C4wRQ929fYNdGeSn90FclO Oe/XV0W506q5VTcKKLmA7YX/hylwG2plj4lB2Z/6po/mBN+rtC5uLfnCv7hfNq6G 5HnJZP0h+74rXCYr2rXJpyRTuYdK+41ZrDhOm4BSHwE8u87821f5EDzvpWjiPqdg ybjFOs9OMVMckbC+i5WL =yt7E -----END PGP SIGNATURE-----

Hi,
While we're on topic of ghc-mod, why does the emacs front-end give `Cannot guess type' when the point is on the very first letter of the function?
foo 5 = 2 ^ foo x = 3
Is this a feature or a bug? It does fine on the second (or any) letter after that point.
I think this is a spec of GHC API. But if you want, Emacs front-end can adjust it. Please register an issue on github if necessary. --Kazu
participants (3)
-
Kazu Yamamoto
-
Mateusz Kowalczyk
-
Niklas Hambüchen