haskell-editor-setup icon indicating copy to clipboard operation
haskell-editor-setup copied to clipboard

Easy instructions for setting up Haskell editors / IDEs on any major operating system.

Results 59 haskell-editor-setup issues
Sort by recently updated
recently updated
newest added

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]

help wanted
mentor-available
core
bounty

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...

help wanted
mentor-available
core
bounty
complex

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...

help wanted
mentor-available
core
bounty

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:...

help wanted
mentor-available
core
bounty

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.

enhancement
core

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

enhancement

enhancement
help wanted
mentor-available