diff --git a/JuicyPixels.cabal b/JuicyPixels.cabal index 4871bb8..9c13adf 100644 --- a/JuicyPixels.cabal +++ b/JuicyPixels.cabal @@ -3,7 +3,7 @@ Cabal-version: 1.18 Name: JuicyPixels Version: 3.3.8 -x-revision: 1 +x-revision: 2 Synopsis: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance) Description: <> @@ -71,7 +71,7 @@ Library bytestring >= 0.9 && < 0.13, mtl >= 1.1 && < 2.4, binary >= 0.8.1 && < 0.9, - zlib >= 0.5.3.1 && < 0.7, + zlib >= 0.5.3.1 && < 0.8, transformers >= 0.2, vector >= 0.12.3.1, primitive >= 0.4, diff --git a/ghc-JuicyPixels.changes b/ghc-JuicyPixels.changes index 00992e2..3f1d967 100644 --- a/ghc-JuicyPixels.changes +++ b/ghc-JuicyPixels.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 9 17:25:05 UTC 2024 - Peter Simons + +- Update JuicyPixels to version 3.3.8 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Tue Nov 7 17:40:05 UTC 2023 - Peter Simons diff --git a/ghc-JuicyPixels.spec b/ghc-JuicyPixels.spec index 18f4fe0..e58b46f 100644 --- a/ghc-JuicyPixels.spec +++ b/ghc-JuicyPixels.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-JuicyPixels # -# 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 @@ -25,7 +25,7 @@ Summary: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, t 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-base-devel BuildRequires: ghc-base-prof