diff --git a/cairo.cabal b/cairo.cabal index fcdfa70..85e5c47 100644 --- a/cairo.cabal +++ b/cairo.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 Name: cairo Version: 0.13.10.0 -x-revision: 1 +x-revision: 2 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 @@ -60,9 +60,9 @@ custom-setup Library build-depends: base >= 4.8 && < 5, utf8-string >= 0.2 && < 1.1, - text >= 1.0.0.0 && < 2.1, + text >= 1.0.0.0 && < 2.2, array < 0.6, - bytestring < 0.12, + bytestring < 0.13, mtl < 2.4 exposed-modules: Graphics.Rendering.Cairo Graphics.Rendering.Cairo.Matrix diff --git a/ghc-cairo.changes b/ghc-cairo.changes index 33d6067..4bec914 100644 --- a/ghc-cairo.changes +++ b/ghc-cairo.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 20 12:04:02 UTC 2024 - Peter Simons + +- Update cairo to version 0.13.10.0 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sat Jan 6 17:17:04 UTC 2024 - Peter Simons diff --git a/ghc-cairo.spec b/ghc-cairo.spec index 0e38654..ff32e87 100644 --- a/ghc-cairo.spec +++ b/ghc-cairo.spec @@ -25,7 +25,7 @@ Summary: Binding to the Cairo library License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-prof BuildRequires: ghc-array-devel