- Install MinGHC from https://github.com/fpco/minghc
- Install Atom from http://atom.io/
- Do your Haskell-configurations
- Open command line, then "cabal update"
- Modify the cabal config file in AppData\Roaming\cabal - enable profiling libraries and documentation
- Set up your sandboxes
- Install ghc-mod (cabal install ghc-mod)
- In atom, install the Language-haskell package
- In cmd, run this command: "
apm install language-haskell haskell-ghc-mod ide-haskell autocomplete-haskell"
(This will install the ide-haskell package.)
- ???
- Profit
The end result will be something like this:
No comments:
Post a Comment