Windows: Difference between revisions
Spookylukey (talk | contribs) No edit summary |
Spookylukey (talk | contribs) (GHCi dos box alternative) |
||
Line 18: | Line 18: | ||
* darcs : http://wiki.darcs.net/index.html/WindowsConfiguration (although darcs send seems to be broken for now [2006-08-30]) | * darcs : http://wiki.darcs.net/index.html/WindowsConfiguration (although darcs send seems to be broken for now [2006-08-30]) | ||
* Make sure your Haskell compiler (e.g. GHC) and tools are on your system path: http://www.computerhope.com/issues/ch000549.htm | |||
* GHCi: Using GHCi from a DOS box sucks. Using it from withing shell mode in Emacs sucks a lot less - do 'M-x shell' in emacs, then type 'ghci'. | |||
[[Category:OS]] | [[Category:OS]] |
Revision as of 18:35, 19 September 2006
Editors
- Emacs, Vi(m), etc
- Visual Haskell
- Eclipse
Compilers
- WinHugs
- GHC : Special note for Cygwin users - http://www.haskell.org/ghc/docs/latest/html/building/platforms.html
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
- HDBC-ODBC under Windows for database access.
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])
- Make sure your Haskell compiler (e.g. GHC) and tools are on your system path: http://www.computerhope.com/issues/ch000549.htm
- GHCi: Using GHCi from a DOS box sucks. Using it from withing shell mode in Emacs sucks a lot less - do 'M-x shell' in emacs, then type 'ghci'.