From 7cdb4ad6821dcabeaa4b0fe022ce4faf2103ae3303c177cd4c1cc5a88dcfc0b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 21 Nov 2021 11:20:44 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hslogger revision:13, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslogger?expand=0&rev=16 --- ghc-hslogger.changes | 6 ++++++ ghc-hslogger.spec | 2 +- hslogger.cabal | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ghc-hslogger.changes b/ghc-hslogger.changes index 81e2eed..ddc4153 100644 --- a/ghc-hslogger.changes +++ b/ghc-hslogger.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 20 17:30:31 UTC 2021 - psimons@suse.com + +- Update hslogger to version 1.3.1.0 revision 5. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sun Oct 10 14:51:42 UTC 2021 - psimons@suse.com diff --git a/ghc-hslogger.spec b/ghc-hslogger.spec index 71473ae..af83d5d 100644 --- a/ghc-hslogger.spec +++ b/ghc-hslogger.spec @@ -25,7 +25,7 @@ Summary: Versatile logging framework 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/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-bytestring-devel BuildRequires: ghc-containers-devel diff --git a/hslogger.cabal b/hslogger.cabal index d1dba7c..063ce3f 100644 --- a/hslogger.cabal +++ b/hslogger.cabal @@ -2,7 +2,7 @@ cabal-version: 1.12 build-type: Simple name: hslogger version: 1.3.1.0 -x-revision: 4 +x-revision: 5 maintainer: hvr@gnu.org author: John Goerzen @@ -65,7 +65,7 @@ library other-extensions: CPP ExistentialQuantification DeriveDataTypeable build-depends: - base >= 4.3 && < 4.16 + base >= 4.3 && < 4.17 , bytestring >= 0.9 && < 0.12 , containers >= 0.4 && < 0.7 , deepseq >= 1.1 && < 1.5