Difference between revisions of "Windows"
From HaskellWiki
m |
Spookylukey (talk | contribs) |
||
Line 14: | Line 14: | ||
* GUI : WxHaskell (new release in progress, goal < 2007-01). Note, see also [[WxHaskell Install]] | * 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. [http://darcs.haskell.org/ Win32 darcs repo] | * Win32 - low levelish bindings to Windows API. Comes with ghc and non-minimal hugs distribution. [http://darcs.haskell.org/ Win32 darcs repo] | ||
+ | * [[HDBC-ODBC under Windows]] for database access. | ||
== Special tips and tricks for Windows == | == Special tips and tricks for Windows == | ||
Revision as of 17:47, 1 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])