SHA256
1
0
forked from pool/ghc-hslogger

Accepting request 877980 from devel:languages:haskell

automated update for haskell stack

OBS-URL: https://build.opensuse.org/request/show/877980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslogger?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2021-03-10 07:56:19 +00:00 committed by Git OBS Bridge
commit 795f0f04f8
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Feb 20 00:18:20 UTC 2021 - psimons@suse.com
- Update hslogger to version 1.3.1.0 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-hslogger
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 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: 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/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-bytestring-devel
BuildRequires: ghc-containers-devel

View File

@ -2,7 +2,7 @@ cabal-version: 1.12
build-type: Simple
name: hslogger
version: 1.3.1.0
x-revision: 1
x-revision: 2
maintainer: hvr@gnu.org
author: John Goerzen
@ -66,7 +66,7 @@ library
build-depends:
base >= 4.3 && < 4.15
, bytestring >= 0.9 && < 0.11
, bytestring >= 0.9 && < 0.12
, containers >= 0.4 && < 0.7
, deepseq >= 1.1 && < 1.5
, time >= 1.2 && < 1.10