cairo 0.13.11.0 → 0.13.12.0
raw patch · 1 files changed
+3/−3 lines, 1 files
Files
- cairo.cabal +3/−3
cairo.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 Name: cairo-Version: 0.13.11.0+Version: 0.13.12.0 License: BSD-3-Clause License-file: COPYRIGHT Copyright: (c) 2001-2010 The Gtk2Hs Team, (c) Paolo Martini 2005, (c) Abraham Egnor 2003, 2004, (c) Aetion Technologies LLC 2004@@ -15,7 +15,7 @@ exist various backends that allows rendering to Gtk windows, PDF, PS, PNG and SVG documents, amongst others. Category: Graphics-Tested-With: GHC == 9.10.1, GHC == 9.8.2, GHC == 9.6.6, GHC == 9.4.8, GHC == 9.2.8, GHC==9.0.2, GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2+Tested-With: GHC == 9.12.2, GHC == 9.10.1, GHC == 9.8.4, GHC == 9.6.6, GHC == 9.4.8, GHC == 9.2.8, GHC==9.0.2, GHC==8.10.7 extra-source-files: cairo-gtk2hs.h Data-Dir: demo@@ -53,7 +53,7 @@ custom-setup setup-depends: base >= 4.6 && <5,- Cabal >= 2.2 && < 3.13,+ Cabal >= 3.0 && < 3.15, gtk2hs-buildtools >= 0.13.2.0 && < 0.14 Library