SHA256
1
0
forked from pool/ghc-cairo

osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-cairo revision:5, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-cairo?expand=0&rev=13
This commit is contained in:
Peter Simons 2024-01-25 10:55:19 +00:00 committed by Git OBS Bridge
parent 3b66a6f01d
commit 1a9c9ab114
3 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jan 20 12:04:02 UTC 2024 - Peter Simons <psimons@suse.com>
- 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 <psimons@suse.com>

View File

@ -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