Haskell support for the Win32 API


Keywords
graphics, system, windows, Propose Tags, , Last Documentation, More info, Win32-2.14.0.0.tar.gz, browse, Package description, Package maintainers, BenGamari, BryanOSullivan, IanLynagh, TamarChristina, edit package information , 2.7.0.0, 2.8.0.0
License
BSD-3-Clause
Install
cabal install Win32-2.14.0.0

Documentation

The Win32 Package

Hackage PyPI Windows build status

See Win32 on Hackage for more information.

Installing from Git

This package requires no special installation instructions.

To install use cabal install

Documentation

This library is just a direct binding to Windows API calls and as such contains no documentation. The documentation for functions can be found in the equivalently named functions on MSDN https://msdn.microsoft.com/library/windows/desktop/hh920508.aspx

Getting Started

The Win32 library is a core GHC library and as such aims to have an as little as possible footprint when it comes to dependencies.

When submitting new requests think hard if any new Haskell dependencies are actually needed. (note that this does not apply to C dependencies.)

The best way to get started is using cabal new-build and cabal sandboxes:

git clone git@github.com:haskell/win32.git
cd win32
cabal v2-repl