https://github.com/haskell/win32
Haskell support for the Win32 API
https://github.com/haskell/win32
Last synced: 10 months ago
JSON representation
Haskell support for the Win32 API
- Host: GitHub
- URL: https://github.com/haskell/win32
- Owner: haskell
- License: other
- Created: 2011-08-03T17:46:18.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T08:44:07.000Z (about 1 year ago)
- Last Synced: 2025-04-27T18:38:30.311Z (11 months ago)
- Language: Haskell
- Homepage: http://hackage.haskell.org/package/Win32
- Size: 854 KB
- Stars: 99
- Watchers: 14
- Forks: 65
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
The `Win32` Package
=====================
[](https://hackage.haskell.org/package/Win32) []() [](https://ci.appveyor.com/project/Mistuke/win32-5ec4k/branch/master)
See [`Win32` on Hackage](http://hackage.haskell.org/package/Win32) 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
```