osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-zlib revision:10, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-zlib?expand=0&rev=81
This commit is contained in:
parent
bbfdd8b089
commit
efea2681e3
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 24 08:59:49 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update zlib to version 0.6.3.0 revision 4.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 10 19:26:25 UTC 2023 - Peter Simons <psimons@suse.com>
|
Thu Aug 10 19:26:25 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/3.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.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: 3
|
x-revision: 4
|
||||||
|
|
||||||
copyright: (c) 2006-2016 Duncan Coutts
|
copyright: (c) 2006-2016 Duncan Coutts
|
||||||
license: BSD3
|
license: BSD3
|
||||||
@ -36,7 +36,10 @@ tested-with: GHC == 7.0.4
|
|||||||
, GHC == 8.8.4
|
, GHC == 8.8.4
|
||||||
, GHC == 8.10.7
|
, GHC == 8.10.7
|
||||||
, GHC == 9.0.2
|
, GHC == 9.0.2
|
||||||
, GHC == 9.2.2
|
, GHC == 9.2.8
|
||||||
|
, GHC == 9.4.7
|
||||||
|
, GHC == 9.6.3
|
||||||
|
, GHC == 9.8.1
|
||||||
|
|
||||||
extra-source-files: changelog
|
extra-source-files: changelog
|
||||||
README.md
|
README.md
|
||||||
@ -132,6 +135,6 @@ test-suite tests
|
|||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
build-depends: base, bytestring, zlib,
|
build-depends: base, bytestring, zlib,
|
||||||
QuickCheck == 2.*,
|
QuickCheck == 2.*,
|
||||||
tasty >= 0.8 && < 1.5,
|
tasty >= 0.8 && < 1.6,
|
||||||
tasty-quickcheck >= 0.8 && < 0.11
|
tasty-quickcheck >= 0.8 && < 0.11
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
Loading…
Reference in New Issue
Block a user