From f66ee7a4b2bd39180cde0f96a5e1d27bc3c90fde Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 30 Sep 2018 01:00:12 +0800 Subject: [PATCH] Add TOC --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2c5496a..ef1fc49 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,16 @@ This uses precompiled GHC binaries that have been compiled on fedora/debian by [upstream GHC](https://www.haskell.org/ghc/download_ghc_8_6_1.html#binaries). +## Table of Contents + + * [Why](#why) + * [Installation](#installation) + * [Usage](#usage) + * [Contributing](#contributing) + * [TODO](#todo) + * [Feature considerations](#feature-considerations) + * [Known problems](#known-problems) + ## Why I don't use stack, but `cabal new-*` and system GHC versions