1
0

Accepting request 930306 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/930306
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-base16-bytestring?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2021-11-11 20:36:11 +00:00 committed by Git OBS Bridge
commit f250d4fbc9
4 changed files with 13 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Nov 1 08:26:56 UTC 2021 - psimons@suse.com
- Update base16-bytestring to version 1.0.2.0.
# 1.0.2.0
* Support sized primitive types in GHC 9.2 ([#16](https://github.com/haskell/base16-bytestring/pull/16) - thanks Bodigrim!)
-------------------------------------------------------------------
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-base16-bytestring
#
# 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 base16-bytestring
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 1.0.1.0
Version: 1.0.2.0
Release: 0
Summary: RFC 4648-compliant Base16 encodings for ByteStrings
License: BSD-3-Clause