forked from pool/ghc-cairo
Accepting request 1142023 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1142023 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-cairo?expand=0&rev=5
This commit is contained in:
commit
cef72b2c17
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user