This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Explain how to install with cabal in README #1179
Closed
Description
The README favours installation methods other than cabal. For reasons that at too long to discuss here, some of us do not like using stack.
While the readme states that cabal can be used to install haskell-ide-engine, this is only briefly mentioned, and no explicit instructions are given.
As it turns out, this package compiles just fine with the good-old cabal sandboxes, which are a perfectly good way of keeping things isolated.
Either with v2 or with v1, it would be great if the README contained specific instructions of how to install this with cabal.