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
- Host: GitHub
- URL: https://github.com/nboldi/haskell-tools-atom
- Owner: nboldi
- Created: 2017-01-30T14:17:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-16T13:08:18.000Z (over 7 years ago)
- Last Synced: 2025-07-17T16:56:50.929Z (11 months ago)
- Topics: atom-editor, development-tools, haskell
- Language: CoffeeScript
- Size: 117 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/nboldi/haskell-tools-atom) [](https://ci.appveyor.com/project/nboldi/haskell-tools-atom/branch/master) [](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.