haskell-nsis
Snippets for the Haskell NSIS package. Work in progress!
Jan T. Sott 2,170 0 0.5.0 MIT OR GPL-2.0 GitHub

haskell-nsis

apm apm apm CI David

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