haskell-nsis
Snippets for the Haskell NSIS package. Work in progress!
Installation
apm
Install haskell-nsis
from Atom's Package Manager or the command-line equivalent:
$ apm install haskell-nsis
Using Git
Change to your Atom packages directory:
# Windows
$ cd %USERPROFILE%\.atom\packages
# Linux & macOS
$ cd ~/.atom/packages/
Clone repository as haskell-nsis
:
$ git clone https://github.com/idleberg/atom-haskell-nsis haskell-nsis
Inside the cloned directory, install Node dependencies:
$ yarn || npm install
License
This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0