fix typo in haskell readme

Sorry, someone just told me that this script is not working :-P
This commit is contained in:
Boris 2015-12-02 17:59:28 +02:00 committed by Fabien Dubosson
parent b7eb9f52fa
commit c9de044549
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ $ stack init
# now install it
$ stack install
# go back
$ cd ...
$ cd ..
# and remove ghc-mod since you don't need it
$ rm -rf ghc-mod
#+END_SRC