@hackage hsqml0.3.7.0
Haskell binding for Qt Quick
Installation
CustomTested Compilers
Dependencies (7)
- base >=4 && <5
- bytestring >=0.11.5 && <0.13
- containers >=0.7 && <0.9
- filepath >=1.4.300 && <1.6
- tagged >=0.8.9 && <0.9
- text >=2.1.2 && <2.2 Show all…
Dependents (9)
@hackage/hsqml-demo-manic, @hackage/hsqml-demo-notes, @hackage/hstorchat, @hackage/acme-everything, @hackage/hsqml-demo-samples, @hackage/hsqml-demo-morris, Show all…
Package Flags
usepkgconfig
(off by default)
Use pkg-config for libraries instead of the platform default mechanism.
threadedtestsuite
(on by default)
Build test executable with the threaded RTS.
forceghcilib
(on by default)
Force enable GHCi workaround library if not using shared libraries.
useexithook
(on by default)
Override the OnExitHook symbol to shutdown the Qt framework on exit.
enableqmldebugging
(off by default)
Allow the QML debug server to be enabled via Qt arguments.
HsQML
HsQML is a Haskell binding to Qt Quick, a cross-platform framework for creating graphical user interfaces. For further information on installing and using it, please see the project's web site.
Home Page: http://www.gekkou.co.uk/software/hsqml/ Original Darcs Repository (outdated): http://hub.darcs.net/komadori/HsQML
Notes
- I made some changes, so this library works on newer GHC / cabal versions and has been tested on Qt5.
- This library has been tested with cabal 3.10.3.0, due to its custom Setup.hs, not all versions of cabal are supported.
- Current Status: This is a maintained fork of the original HsQML project.