From a03f6c6969c59b604c99718edc34dac77d3e2a21c14bef46c22b3132af012cd2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 May 2019 01:02:12 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-JuicyPixels revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-JuicyPixels?expand=0&rev=65 --- JuicyPixels.cabal | 4 ++-- ghc-JuicyPixels.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/JuicyPixels.cabal b/JuicyPixels.cabal index c08bce0..821290c 100644 --- a/JuicyPixels.cabal +++ b/JuicyPixels.cabal @@ -1,6 +1,6 @@ Name: JuicyPixels Version: 3.3.3 -x-revision: 1 +x-revision: 2 Synopsis: Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and radiance) Description: <> @@ -74,7 +74,7 @@ Library zlib >= 0.5.3.1 && < 0.7, transformers >= 0.2, vector >= 0.10 && < 0.13, - primitive >= 0.4 && < 0.7, + primitive >= 0.4, deepseq >= 1.1 && < 1.5, containers >= 0.4.2 && < 0.7 diff --git a/ghc-JuicyPixels.spec b/ghc-JuicyPixels.spec index ae3a761..1b2c1a4 100644 --- a/ghc-JuicyPixels.spec +++ b/ghc-JuicyPixels.spec @@ -25,7 +25,7 @@ License: BSD-3-Clause Group: Development/Libraries/Haskell 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-binary-devel BuildRequires: ghc-bytestring-devel