osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-fast-logger revision:10, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fast-logger?expand=0&rev=66
This commit is contained in:
Ondřej Súkup 2021-03-08 08:01:10 +00:00 committed by Git OBS Bridge
parent f1b7679541
commit b88506dd7d
4 changed files with 20 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bfacda3111f3f795b5775f7ac681a122b225bff112c7b9dd9765f09dc0978b46
size 11958

3
fast-logger-3.0.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5763a0321053ecaba2d1040800bae9988f52b813fb08d5276ea7ce10e3d2f068
size 12077

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Feb 19 23:03:07 UTC 2021 - psimons@suse.com
- Update fast-logger to version 3.0.3.
## 3.0.3
* Dropping support of GHC 7.x.
* Add `ToLogStr` instance for `ShortByteString`. Add lower bound on
`bytestring` dependency to ensure that `bytestring` exports
`Data.ByteString.Short`.
## 3.0.2
* Fixing documentation.
-------------------------------------------------------------------
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-fast-logger
#
# 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
@ -19,7 +19,7 @@
%global pkg_name fast-logger
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 3.0.2
Version: 3.0.3
Release: 0
Summary: A fast logging system
License: BSD-3-Clause