From 0ef5f3213b362539008158fdb5922bca425711c107473e7622ee34696e884c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 21 Nov 2021 11:20:43 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-base64-bytestring-type revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-base64-bytestring-type?expand=0&rev=11 --- base64-bytestring-type.cabal | 13 +++++++------ ghc-base64-bytestring-type.changes | 6 ++++++ ghc-base64-bytestring-type.spec | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/base64-bytestring-type.cabal b/base64-bytestring-type.cabal index 17350f4..d3eae0e 100644 --- a/base64-bytestring-type.cabal +++ b/base64-bytestring-type.cabal @@ -1,7 +1,7 @@ cabal-version: 1.12 name: base64-bytestring-type version: 1.0.1 -x-revision: 10 +x-revision: 11 synopsis: A newtype around ByteString, for base64 encoding description: A newtype around ByteString, for base64 encoding. @@ -23,8 +23,9 @@ tested-with: || ==8.4.4 || ==8.6.5 || ==8.8.4 - || ==8.10.4 + || ==8.10.7 || ==9.0.1 + || ==9.2.1 extra-source-files: README.md @@ -58,9 +59,9 @@ library -- boot libraries -- https://ghc.haskell.org/trac/ghc/wiki/Commentary/Libraries/VersionHistory build-depends: - base >=4.7.0.0 && <4.16 + base >=4.7.0.0 && <4.17 , binary >=0.7.1.0 && <0.10 - , bytestring >=0.10.4.0 && <0.11 + , bytestring >=0.10.4.0 && <0.12 , deepseq >=1.3.0.2 && <1.5 , text >=1.2.3.0 && <1.3 @@ -69,11 +70,11 @@ library aeson >=1.2.3.0 && <1.6 || >=2.0 && <2.1 , base-compat >=0.9.3 && <0.13 , base64-bytestring >=1.0.0.1 && <1.3 - , hashable >=1.2.6.1 && <1.4 + , hashable >=1.2.6.1 && <1.5 , QuickCheck >=2.11.3 && <2.15 if !impl(ghc >=8.0) - build-depends: semigroups >=0.18.5 && <0.20 + build-depends: semigroups >=0.18.5 && <0.21 if flag(cereal) build-depends: cereal >=0.5.5.0 && <0.6 diff --git a/ghc-base64-bytestring-type.changes b/ghc-base64-bytestring-type.changes index 96847d5..7936ffc 100644 --- a/ghc-base64-bytestring-type.changes +++ b/ghc-base64-bytestring-type.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 20 17:30:51 UTC 2021 - psimons@suse.com + +- Update base64-bytestring-type to version 1.0.1 revision 11. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sun Oct 10 14:50:59 UTC 2021 - psimons@suse.com diff --git a/ghc-base64-bytestring-type.spec b/ghc-base64-bytestring-type.spec index 7725947..c8201cd 100644 --- a/ghc-base64-bytestring-type.spec +++ b/ghc-base64-bytestring-type.spec @@ -25,7 +25,7 @@ Summary: A newtype around ByteString, for base64 encoding 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/10.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/11.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-aeson-devel