summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-01-09 13:17:33 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-01-09 13:19:48 +0100
commit938bbdd8077e9f22b047b84a2209f55f737790f3 (patch)
tree486ff4813380e2efafa88bf199b6ae491dd7c9bd /README.md
parent5dcdd62bee26960b746345442d91d65ae01783b3 (diff)
refactoring
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 e865ff55..b6effa1b 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Use `cabal install --constraint="indentation -trifecta"` to avoid to install unn
8 8
9## Hacking notes 9## Hacking notes
10 10
11If you are hacking on the compiler it is faster to run the tests without recompiling the library. Use the following commands: 11If you are hacking on the compiler, you may be have a faster repl with ghci. Use the following commands:
12 12
13 cd test 13 cd test
14 ghci -i../src runTests.hs 14 ghci -i../src runTests.hs