update to 0.17.2

This commit is contained in:
Jens Petersen 2023-01-22 22:21:52 +08:00
parent 2994eb6961
commit 77774cb9cc
4 changed files with 91 additions and 85 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/bytes-0.17.1.tar.gz /bytes-0.17.1.tar.gz
/bytes-0.17.2.tar.gz

View File

@ -1,80 +1,82 @@
name: bytes name: bytes
category: Data, Serialization category: Data, Serialization
version: 0.17.1 version: 0.17.2
x-revision: 3 x-revision: 1
license: BSD3 license: BSD3
cabal-version: >= 1.10 cabal-version: >= 1.10
license-file: LICENSE license-file: LICENSE
author: Edward A. Kmett author: Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com> maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: experimental stability: experimental
homepage: https://github.com/ekmett/bytes homepage: https://github.com/ekmett/bytes
bug-reports: https://github.com/ekmett/bytes/issues bug-reports: https://github.com/ekmett/bytes/issues
copyright: Copyright (C) 2013-2015 Edward A. Kmett copyright: Copyright (C) 2013-2015 Edward A. Kmett
build-type: Simple build-type: Simple
tested-with: GHC == 7.4.2 tested-with: GHC == 7.4.2
, GHC == 7.6.3 , GHC == 7.6.3
, GHC == 7.8.4 , GHC == 7.8.4
, GHC == 7.10.3 , GHC == 7.10.3
, GHC == 8.0.2 , GHC == 8.0.2
, GHC == 8.2.2 , GHC == 8.2.2
, GHC == 8.4.4 , GHC == 8.4.4
, GHC == 8.6.5 , GHC == 8.6.5
, GHC == 8.8.4 , GHC == 8.8.4
, GHC == 8.10.3 , GHC == 8.10.7
synopsis: Sharing code for serialization between binary and cereal , GHC == 9.0.2
description: Sharing code for serialization between binary and cereal. , GHC == 9.2.2
synopsis: Sharing code for serialization between binary and cereal
extra-source-files: description: Sharing code for serialization between binary and cereal.
.gitignore
.hlint.yaml extra-source-files:
.vim.custom .gitignore
AUTHORS.markdown .hlint.yaml
README.markdown .vim.custom
CHANGELOG.markdown AUTHORS.markdown
README.markdown
source-repository head CHANGELOG.markdown
type: git
location: git://github.com/ekmett/bytes.git source-repository head
type: git
library location: git://github.com/ekmett/bytes.git
build-depends:
base >= 4.5 && < 5, library
binary >= 0.5.1 && < 0.9, build-depends:
binary-orphans >= 1.0.1 && < 1.1, base >= 4.5 && < 5,
bytestring >= 0.9 && < 0.12, binary >= 0.5.1 && < 0.9,
cereal >= 0.5.2 && < 0.6, binary-orphans >= 1.0.1 && < 1.1,
containers >= 0.3 && < 1, bytestring >= 0.9 && < 0.12,
hashable >= 1.0.1.1 && < 1.5, cereal >= 0.5.2 && < 0.6,
mtl >= 2.0 && < 2.3, containers >= 0.3 && < 1,
text >= 0.2 && < 2.1, hashable >= 1.0.1.1 && < 1.5,
time >= 1.2 && < 1.12, mtl >= 2.0 && < 2.4,
transformers >= 0.2 && < 0.6, text >= 0.2 && < 2.1,
transformers-compat >= 0.6.5 && < 1, time >= 1.2 && < 1.13,
unordered-containers >= 0.2 && < 0.3, transformers >= 0.2 && < 0.7,
scientific >= 0.0 && < 1, transformers-compat >= 0.6.5 && < 1,
void >= 0.6 && < 1 unordered-containers >= 0.2 && < 0.3,
scientific >= 0.0 && < 1,
if impl(ghc >= 7.4 && < 7.6) void >= 0.6 && < 1
build-depends: ghc-prim
if impl(ghc >= 7.4 && < 7.6)
if !impl(ghc >= 7.10) build-depends: ghc-prim
build-depends: nats >= 1.1.2 && < 1.2
if !impl(ghc >= 7.10)
if !impl(ghc >= 8.0) build-depends: nats >= 1.1.2 && < 1.2
build-depends: semigroups >= 0.5 && < 1
, fail >= 4.9.0.0 && < 4.10 if !impl(ghc >= 8.0)
build-depends: semigroups >= 0.5 && < 1
exposed-modules: , fail >= 4.9.0.0 && < 4.10
Data.Bytes.Get
Data.Bytes.Put exposed-modules:
Data.Bytes.Serial Data.Bytes.Get
Data.Bytes.Signed Data.Bytes.Put
Data.Bytes.VarInt Data.Bytes.Serial
Data.Bytes.Signed
ghc-options: -Wall -fwarn-tabs -O2 Data.Bytes.VarInt
if impl(ghc >= 8.6)
ghc-options: -Wno-star-is-type ghc-options: -Wall -fwarn-tabs -O2
c-sources: cbits/i2d.c if impl(ghc >= 8.6)
hs-source-dirs: src ghc-options: -Wno-star-is-type
default-language: Haskell2010 c-sources: cbits/i2d.c
hs-source-dirs: src
default-language: Haskell2010

View File

@ -5,8 +5,8 @@
%global pkgver %{pkg_name}-%{version} %global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.17.1 Version: 0.17.2
Release: 4%{?dist} Release: 1%{?dist}
Summary: Sharing code for serialization between binary and cereal Summary: Sharing code for serialization between binary and cereal
License: BSD-3-Clause License: BSD-3-Clause
@ -17,7 +17,6 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#
# End cabal-rpm sources # End cabal-rpm sources
# Begin cabal-rpm deps: # Begin cabal-rpm deps:
BuildRequires: dos2unix
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros BuildRequires: ghc-rpm-macros
BuildRequires: ghc-base-devel BuildRequires: ghc-base-devel
@ -96,7 +95,7 @@ This package provides the Haskell %{pkg_name} profiling library.
%prep %prep
# Begin cabal-rpm setup: # Begin cabal-rpm setup:
%setup -q -n %{pkgver} %setup -q -n %{pkgver}
dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal cp -bp %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup # End cabal-rpm setup
@ -134,6 +133,10 @@ dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal
%changelog %changelog
* Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 0.17.2-1
- https://hackage.haskell.org/package/bytes-0.17.2/changelog
- refresh to cabal-rpm-2.1.0 with SPDX migration
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.1-4 * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (bytes-0.17.1.tar.gz) = 20499ec1cbadb5aafa05ecb119c9cbc6b55101820b4216bce2f17887e8aab02bf07af04b2dda69a33f2062aa61847c090f8876dd74aafa1aee7fdc0d1714f055 SHA512 (bytes-0.17.2.tar.gz) = 5caf2aafde7b1fff6ce62aa6e2390b11fa4bc81f6cc137a13843482913bcbae3a650a0de97988959a243c7fe1d7c907d89b4120f0e29cca5b913d13c427aa3c8