osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-zlib revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zlib?expand=0&rev=83
This commit is contained in:
parent
efea2681e3
commit
fe57c6c2bf
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 23 13:09:06 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update zlib to version 0.6.3.0 revision 5.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 24 08:59:49 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-zlib
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,7 +26,7 @@ Summary: Compression and decompression in the gzip and zlib formats
|
||||
License: BSD-2-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/4.cabal#/%{pkg_name}.cabal
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
|
@ -1,7 +1,7 @@
|
||||
cabal-version: >= 1.10
|
||||
name: zlib
|
||||
version: 0.6.3.0
|
||||
x-revision: 4
|
||||
x-revision: 5
|
||||
|
||||
copyright: (c) 2006-2016 Duncan Coutts
|
||||
license: BSD3
|
||||
@ -98,7 +98,7 @@ library
|
||||
if impl(ghc >= 7.6)
|
||||
other-extensions: CApiFFI
|
||||
|
||||
build-depends: base >= 4 && < 4.20,
|
||||
build-depends: base >= 4 && < 4.21,
|
||||
bytestring >= 0.9 && < 0.13
|
||||
if impl(ghc >= 7.0 && < 8.0.3)
|
||||
build-depends: ghc-prim
|
||||
@ -136,5 +136,5 @@ test-suite tests
|
||||
build-depends: base, bytestring, zlib,
|
||||
QuickCheck == 2.*,
|
||||
tasty >= 0.8 && < 1.6,
|
||||
tasty-quickcheck >= 0.8 && < 0.11
|
||||
tasty-quickcheck >= 0.8 && < 0.12
|
||||
ghc-options: -Wall
|
||||
|
Loading…
Reference in New Issue
Block a user