Windows
From HaskellWiki
(Difference between revisions)
(Win32) |
m |
||
| Line 1: | Line 1: | ||
| - | == Compilers | + | == Editors == |
| + | |||
| + | * Emacs, Vi(m), etc | ||
| + | * [http://www.haskell.org/visualhaskell/ Visual Haskell] | ||
| + | * [http://eclipsefp.sourceforge.net/ Eclipse] | ||
| + | |||
| + | == Compilers == | ||
* [[WinHugs]] | * [[WinHugs]] | ||
Revision as of 05:48, 31 August 2006
Contents |
1 Editors
- Emacs, Vi(m), etc
- Visual Haskell
- Eclipse
2 Compilers
- WinHugs
- GHC : Special note for Cygwin users - http://www.haskell.org/ghc/docs/latest/html/building/platforms.html
3 Libraries
- GUI : WxHaskell (new release in progress, goal < 2007-01). Note, see also WxHaskell Install
- Win32 - low levelish bindings to Windows API. Comes with ghc and non-minimal hugs distribution. Win32 darcs repo
4 Special tips and tricks for Windows
- darcs : http://wiki.darcs.net/index.html/WindowsConfiguration (although darcs send seems to be broken for now [2006-08-30])
