summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2015-12-21 00:00:12 +0100
committerPéter Diviánszky <divipp@gmail.com>2015-12-21 00:07:02 +0100
commit1bb4704d19d44707db07537fa6bb94ad71819168 (patch)
tree0abfad108eb2bc1190dbb2949abe3b5aed5b2567 /README.md
parent2a53288dd99e25aaf588899cf0f88ff44f4f82e8 (diff)
Do not include source files of the `indentation` package.
These files were included only to avoid of intstallation of the unnecessary `trifecta` dependency. Another way to avoid the `trifecta` dependency is documented now in the README file.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98e4151d..f991b731 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,9 @@
1# lambdacube-compiler 1# lambdacube-compiler
2
3
4
5## Installation
6
7Use `cabal install --constraint="indentation -trifecta"` to avoid to install unnecessary trifecta dependency.
8
9