hsqml 0.3.6.0 → 0.3.6.1
raw patch · 3 files changed
+21/−17 lines, 3 filesdep ~QuickCheckdep ~containersdep ~directory
Dependency ranges changed: QuickCheck, containers, directory, text, transformers
Files
- LICENSE +1/−0
- README.md +6/−3
- hsqml.cabal +14/−14
LICENSE view
@@ -1,4 +1,5 @@ Copyright (c)2010-2018, Robin KAY+Copyright (c)2025, Sascha-Oliver Prolic All rights reserved.
README.md view
@@ -7,7 +7,10 @@ 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/ -**Darcs Repository:** http://hub.darcs.net/komadori/HsQML+**Home Page:** http://www.gekkou.co.uk/software/hsqml/+**Original Darcs Repository (outdated):** http://hub.darcs.net/komadori/HsQML -**Note:** I made some changes, so this library works on newer GHC / cabal versions and has been tested on Qt5.+## 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.
hsqml.cabal view
@@ -1,18 +1,18 @@ cabal-version: 3.8 Name: hsqml-Version: 0.3.6.0+Version: 0.3.6.1 Build-type: Custom License: BSD-3-Clause License-file: LICENSE-Copyright: (c) 2010-2018 Robin KAY-Author: Robin KAY+Copyright: (c) 2010-2018 Robin KAY, (c) 2025 Sascha-Oliver Prolic+Author: Robin KAY, Sascha-Oliver Prolic Maintainer: saschaprolic@googlemail.com Stability: experimental Homepage: http://www.gekkou.co.uk/software/hsqml/ Category: Graphics, GUI Synopsis: Haskell binding for Qt Quick -tested-with: GHC ==9.4.8 || ==9.6.6+tested-with: GHC ==9.4.8 || ==9.6.6 || ==9.8.4 || ==9.10.2 || ==9.12.2 Extra-source-files: README.md@@ -59,7 +59,7 @@ Setup-depends: base == 4.*, template-haskell == 2.*,- Cabal >= 3.0 && < 4.0,+ Cabal >= 3.8 && < 4.0, filepath >= 1.4.300 && < 1.5 common extensions@@ -82,13 +82,13 @@ Build-depends: base == 4.*, bytestring >= 0.11.5 && < 0.12,- containers >= 0.6.7 && < 0.7,- directory >= 1.3.8 && < 1.4,+ containers >= 0.7 && < 0.9,+ directory >= 1.3.9 && < 1.4, filepath >= 1.4.300 && < 1.5,- text >= 2.0.2 && < 2.1,+ text >= 2.1.2 && < 2.2, tagged >= 0.8.9 && < 0.9,- transformers >= 0.6.1 && < 0.7,- QuickCheck >= 2.4 && < 2.16,+ transformers >= 0.6.2 && < 0.7,+ QuickCheck >= 2.16.0 && < 2.17, Exposed-modules: Graphics.QML Graphics.QML.Debug@@ -168,11 +168,11 @@ Main-is: Test1.hs Build-depends: base == 4.*,- containers >= 0.6.7 && < 0.7,- directory >= 1.3.8 && < 1.4,- text >= 2.0.2 && < 2.1,+ containers >= 0.7 && < 0.9,+ directory >= 1.3.9 && < 1.4,+ text >= 2.1.2 && < 2.2, tagged >= 0.8.9 && < 0.9,- QuickCheck >= 2.15 && < 2.16,+ QuickCheck >= 2.16.0 && < 2.17, hsqml Other-modules: Graphics.QML.Test.AutoListTest