summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-02-12 02:15:24 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-02-12 02:23:54 +0100
commitfcd31ebec59279a22555f47a3b768b787966fa88 (patch)
treeb771e67177007a49dffe14c0e25756a3e0323d2b /README.md
parent4b0c42cd29c88d40014cc901c545d6184a78d521 (diff)
switch to megaparsec
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e369300b..9607f91b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
4 4
5## Installation 5## Installation
6 6
7Use `make` or use `cabal install --constraint="indentation -trifecta"` to avoid to install unnecessary trifecta dependency. 7Use `make` or use `cabal install`.
8 8
9## Hacking notes 9## Hacking notes
10 10