Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Add instruction to install haskell before running build commands #2

Merged
merged 1 commit into from
Jul 25, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Since currently we are didn't have any default presets, we can't lint it.
This library written in Haskell with The Haskell Tool Stack.
Below is an installation and demo for the UNIX-like operating system.

Make sure you have [Haskell Tool Stack](https://docs.haskellstack.org/en/stable/install_and_upgrade/) installed on your system before running these commands.

```
$ git clone https://github.com/wisn/hanum.git
$ cd hanum
Expand Down