haskell-editor-setup
haskell-editor-setup copied to clipboard
Easy instructions for setting up Haskell editors / IDEs on any major operating system.
Install VSCode with the extension mentioned here: https://github.com/fairy-tale-agi-solutions/haskell-editor-setup#visual-studio-code-vscode-setup-difficulty-trivial [Bounty: 5 Euro]
Package using Nix so that the project can be published to Nixpkgs. The Nix packaging should ideally work on all the Linux distributions. This video might be helpful: https://www.youtube.com/watch?v=fLQu8oF1rKA [Bounty...
Following should be installed: * GHC 8.6.5 * Cabal 3.0.0.0 * Haskell IDE Engine * Atom * Recommended Atom extensions For full list of instructions that need to automated have...
This might be generating a `.deb` file. You will have to look into it. For generating `.deb`: https://hackage.haskell.org/package/cabal-debian The levels at which NW.js system level installation could be done are:...
nixpkgs has declarative configuration of VSCode with extensions: https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/vscode/with-extensions.nix#L10-L26 It would be great to have an expression for VSCode, preconfigured with HIE and all the other useful extensions.
Work done for this ticket is on `turtle-script` branch. * example: https://www.haskell.org/cabal/users-guide/nix-local-build.html#cabal-v2-run * example: https://github.com/haskell/cabal/issues/6122#issue-462558871