aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: e1fa36062258d1e11122be06092f207fb1c9a2d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# mirror-ball

To compile and run, one has to first download [stack](https://docs.haskellstack.org/en/stable/README/)

The simplest way to do this is by executing the following command:

``` shell
curl -sSL https://get.haskellstack.org/ | sh
```

Then run setup in this directory:

``` shell
stack setup
```

Finally the executable can be built and run using the following:

``` shell
stack build --exec mirror-ball
```