qt: Qt bindings

[ graphics, library ] [ Propose Tags ] [ Report a vulnerability ]

Qt bindings


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.1.6, 1.1.6.1
Dependencies base (>=4 && <5), OpenGL [details]
License LicenseRef-OtherLicense
Author David Harley
Maintainer Ivan Perez <ivan.perez@keera.co.uk>
Category Graphics
Home page http://github.com/keerastudios/hsQt
Source repo head: git clone https://github.com/keera-studios/hsQt.git
Uploaded by IvanPerez at 2015-10-15T23:41:49Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1731 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for qt-1.1.6.1

[back to package description]
Version 1.1.6.1 of the Qt bindings for Haskell, a set of Haskell bindings for the Qt library from Trolltech. There are no subtantial changes to the code, but it now compiles with GHC 7.8. There was a bug related to the Foreign Function Interface. In most cases that could be resolved by importing Foreign.C.Types, but not always. I introduced a couple of extra changes to make things compile, but there is no guarantee that they will work. Actually, I would expect them to break. Please, try them, and if you can find a better solution, send a msg or a pull request. Html Documentation for this project can be found in the 'doc' folder. The qtHaskell User Guide includes comprehensive installation instructions. See examples/ and demos/ for code examples.