summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 55f79fcb2053e723fb39dde27613174dc4a11e4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Org zettelkasten

## Installing

The current repository needs at least GHC 9.2.7.  The easiest way to install it
is using `ghcup`:

```shell
ghcup install ghc cabal
```

Then, run the following to build the project:

```shell
cabal update
cabal build
```