Accepting request 1104491 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1104491 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-zlib?expand=0&rev=28
This commit is contained in:
commit
9e776148a4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 10 19:26:25 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update zlib to version 0.6.3.0 revision 3.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 7 18:00:43 UTC 2023 - Peter Simons <psimons@suse.com>
|
Fri Jul 7 18:00:43 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Summary: Compression and decompression in the gzip and zlib formats
|
|||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
cabal-version: >= 1.10
|
cabal-version: >= 1.10
|
||||||
name: zlib
|
name: zlib
|
||||||
version: 0.6.3.0
|
version: 0.6.3.0
|
||||||
x-revision: 2
|
x-revision: 3
|
||||||
|
|
||||||
copyright: (c) 2006-2016 Duncan Coutts
|
copyright: (c) 2006-2016 Duncan Coutts
|
||||||
license: BSD3
|
license: BSD3
|
||||||
@ -95,7 +95,7 @@ library
|
|||||||
if impl(ghc >= 7.6)
|
if impl(ghc >= 7.6)
|
||||||
other-extensions: CApiFFI
|
other-extensions: CApiFFI
|
||||||
|
|
||||||
build-depends: base >= 4 && < 4.19,
|
build-depends: base >= 4 && < 4.20,
|
||||||
bytestring >= 0.9 && < 0.13
|
bytestring >= 0.9 && < 0.13
|
||||||
if impl(ghc >= 7.0 && < 8.0.3)
|
if impl(ghc >= 7.0 && < 8.0.3)
|
||||||
build-depends: ghc-prim
|
build-depends: ghc-prim
|
||||||
|
Loading…
Reference in New Issue
Block a user