helium

Intelligent Haskell Hacking

andyfriesen

1,707

7

0.6.1

MIT

GitHub

Helium

Happy Haskell Hacking With Atom

Helium is a tiny plugin that connects Atom to ghc-mod. ghc-mod can check syntax, inspect the types of sub expressions and a bunch of other things.

Helium can show you errors in your code: (use helium:check)

Compiler feedback

It can also fill in type annotations sometimes with helium:insert-type:

Insert Type

You can also use the helium:insert-import command to insert an import into the top of the current document without losing your current place.

Changelog

0.6.1

0.4

0.3

0.2

Status

This project is very roughshod right now. It is simultaneously a work in progress and a sort of dumping ground for me to experiment with Atom's customization APIs. It is stable enough to be useful for simple tasks, though.

Installation

apm install helium

If you want to get the source directly (eg to hack on it (please, hack on it!)), you can just check it out into your ~/.atom/packages directory. Then, start atom and run the update-package-dependencies:update command to pull in npm dependencies.