1
0

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-base16-bytestring revision:17, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-base16-bytestring?expand=0&rev=47
This commit is contained in:
Ondřej Súkup 2021-11-09 08:31:50 +00:00 committed by Git OBS Bridge
parent c2a5097a3b
commit 609ebcace8
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