An open API service indexing awesome lists of open source software.

https://github.com/nboldi/haskell-tools-atom

An Atom editor binding for the Haskell-tools framework
https://github.com/nboldi/haskell-tools-atom

atom-editor development-tools haskell

Last synced: 3 months ago
JSON representation

An Atom editor binding for the Haskell-tools framework

Awesome Lists containing this project

README

          

[![Linux Build Status](https://travis-ci.org/nboldi/haskell-tools-atom.svg?branch=master)](https://travis-ci.org/nboldi/haskell-tools-atom) [![Windows Build Status](https://ci.appveyor.com/api/projects/status/ewxo7ru1nx72klxs/branch/master?svg=true)](https://ci.appveyor.com/project/nboldi/haskell-tools-atom/branch/master) [![Dependency Status](https://david-dm.org/nboldi/haskell-tools-atom.svg)](https://david-dm.org/nboldi/haskell-tools-atom)

# Haskell-tools for Atom

This repository contains an Atom plugin that enables the refactoring of Haskell files using the [Haskell-tools](https://github.com/haskell-tools/haskell-tools) framework. You need to install the `haskell-tools-daemon` package via cabal or stack to use the Atom integration.

Check out the [user documentation](documentation/user-manual.md) of the plugin.

For customizing the plugin check the [deveoper documentation](documentation/developer.md) of the plugin.