osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hslogger revision:12, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslogger?expand=0&rev=15
This commit is contained in:
parent
958294cff6
commit
53f4b2a00a
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 10 14:51:42 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update hslogger to version 1.3.1.0 revision 4.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 14 08:43:58 UTC 2021 - psimons@suse.com
|
||||
|
||||
|
@ -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/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-bytestring-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
|
@ -2,7 +2,7 @@ cabal-version: 1.12
|
||||
build-type: Simple
|
||||
name: hslogger
|
||||
version: 1.3.1.0
|
||||
x-revision: 3
|
||||
x-revision: 4
|
||||
|
||||
maintainer: hvr@gnu.org
|
||||
author: John Goerzen
|
||||
@ -69,7 +69,7 @@ library
|
||||
, bytestring >= 0.9 && < 0.12
|
||||
, containers >= 0.4 && < 0.7
|
||||
, deepseq >= 1.1 && < 1.5
|
||||
, time >= 1.2 && < 1.10
|
||||
, time >= 1.2 && < 1.13
|
||||
, old-locale >= 1.0 && < 1.1
|
||||
|
||||
if flag(network--GT-3_0_0)
|
||||
|
Loading…
Reference in New Issue
Block a user