Win32-console: Binding to the Win32 console API

[ bsd3, console, library, user-interfaces ] [ Propose Tags ]

This package provides bindings to the Win32 console API types and functions.


[Skip to Readme]

Modules

  • System
    • Win32
      • Console
        • System.Win32.Console.Extra

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4.2 && <5), Win32 (>=2.2.0.1 && <2.4) [details]
License BSD-3-Clause
Copyright (c) 2016 siracusa
Author siracusa
Maintainer siracusa <pvnsrc@gmail.com>
Category Console, User Interfaces
Source repo head: git clone https://github.com/pavonia/Win32-console.git
Uploaded by siracusa at 2016-09-12T16:30:24Z
Distributions NixOS:0.1.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 996 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-10-26 [all 3 reports]

Readme for Win32-console-0.1.0.0

[back to package description]

Win32-console

Compilation Notes

Make sure to pass --hsc2hs-options="-D_WIN32_WINNT=XXX" to cabal configure, where XXX is a value denoting your Windows version (see here for the list of possible values).