Setting up GHC on Win32 platforms
For instructions on how to download and install the Glasgow
Haskell Compiler (GHC) on a Windows box, please refer to the
GHC home page.
Miscellaneous ghc-win32 bits
Bits and pieces related to working with ghc on Win32 platforms:
- A short note
on what you need to use Tcl/Tk with ghc-compiled code under Win32.
-
The ghc distribution comes with a win32 library that provides Haskell
callable wrappers to a significant subset of the Win32 API (the exact same
library that Hugs distributes, btw.) As a basic example of how to use this
library, here is a window-based version of
Hello, world.
- If you're interested in using ghc to build and use COM components
in Haskell, HaskellDirect
is a tool you may find useful for that purpose.