freeman42x / haskell-editor-setup

Easy instructions for setting up Haskell editors / IDEs on any major operating system.
GNU General Public License v3.0
101 stars 15 forks source link

Add instructions for installing on Windows using cabal instead of stack #91

Open vrom911 opened 4 years ago

vrom911 commented 4 years ago

Currently, I have only noticed Stack instructions. This could be optional, and users could choose for themselves, I guess.

freeman42x commented 4 years ago

@vrom911 I do not understand what you mean by only Stack instructions.

From what I recall all the Haskell Editor Setup instructions are using Cabal and Nix without any Stack.

vrom911 commented 4 years ago

For the Windows section, I see https://github.com/fairy-tale-agi-solutions/haskell-editor-setup#install-the-haskell-tool-stack , but not installation instructions for the Cabal tool.

freeman42x commented 4 years ago

@vrom911 Ah! I only used Stack instead of Cabal since I was looking at the easiest way of installing and Stack was recommended for HIE installation back then.