From e772f062199f6c07538730168a19fd3bf099284b Mon Sep 17 00:00:00 2001 From: mpwp Date: Mon, 10 Jul 2017 09:00:41 +0200 Subject: [PATCH] Update installing.md To solve yi-editor/yi#930 --- yi-documentation/pages/installing.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/yi-documentation/pages/installing.md b/yi-documentation/pages/installing.md index 46cb418..d2e324d 100644 --- a/yi-documentation/pages/installing.md +++ b/yi-documentation/pages/installing.md @@ -59,12 +59,6 @@ yi-language. These are all described in [hpack](https://hackage.haskell.org/package/hpack) files, from which there will be derived appropriate Cabal files during building. -Generally, Yi can be built using cabal or stack. For the stack users: -Please note that stackage nightlies have recently been switched to GHC -8. Since older versions of stack might fail to build Yi using GHC 8 or -do not automatically generate Cabal files, consider upgrading to a recent -version of stack in case you encounter build problems. - ## Using Cabal-install You can build and install Yi from source using Cabal-install as @@ -73,6 +67,7 @@ follows: ~~~ bash $ git clone https://github.com/yi-editor/yi $ cd yi +$ hpack $ cabal update $ cabal install ~~~