Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions yi-documentation/pages/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -73,6 +67,7 @@ follows:
~~~ bash
$ git clone https://github.com/yi-editor/yi
$ cd yi
$ hpack
$ cabal update
$ cabal install
~~~
Expand Down