About

Metadata

  • Last updated , by prolic
  • License BSD-3-Clause
  • Categories Graphics, GUI
  • Maintained by: saschaprolic@googlemail.com

  • Lottery factor: 1

Links

Installation

This package uses the Custom cabal build type

Tested Compilers

  1. 9.12.2
  2. 9.10.2
  3. 9.8.4
  4. 9.6.6
  5. 9.4.8

Package Flags

Use the -f option with cabal commands to enable 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.

Readme

HsQML

Tests Build status

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.