From 14797453ec8cea1451e06ffecbec0fe7b525c4ce67ee9956af8c862af5246e0b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 29 Jun 2022 12:18:08 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-base64-bytestring-type revision:13, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-base64-bytestring-type?expand=0&rev=12 --- base64-bytestring-type.cabal | 12 ++++++------ ghc-base64-bytestring-type.changes | 12 ++++++++++++ ghc-base64-bytestring-type.spec | 4 ++-- 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/base64-bytestring-type.cabal b/base64-bytestring-type.cabal index d3eae0e..774d0cd 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: 11 +x-revision: 14 synopsis: A newtype around ByteString, for base64 encoding description: A newtype around ByteString, for base64 encoding. @@ -24,8 +24,8 @@ tested-with: || ==8.6.5 || ==8.8.4 || ==8.10.7 - || ==9.0.1 - || ==9.2.1 + || ==9.0.2 + || ==9.2.2 extra-source-files: README.md @@ -63,11 +63,11 @@ library , binary >=0.7.1.0 && <0.10 , bytestring >=0.10.4.0 && <0.12 , deepseq >=1.3.0.2 && <1.5 - , text >=1.2.3.0 && <1.3 + , text >=1.2.3.0 && <1.3 || >=2.0 && <2.1 -- other dependencies: build-depends: - aeson >=1.2.3.0 && <1.6 || >=2.0 && <2.1 + aeson >=1.2.3.0 && <1.6 || >=2.0 && <2.2 , base-compat >=0.9.3 && <0.13 , base64-bytestring >=1.0.0.1 && <1.3 , hashable >=1.2.6.1 && <1.5 @@ -83,7 +83,7 @@ library build-depends: serialise >=0.2.1.0 && <0.3 if flag(http-api-data) - build-depends: http-api-data ==0.4.* + build-depends: http-api-data >=0.4 && <0.6 exposed-modules: Data.ByteString.Base64.Lazy.Type diff --git a/ghc-base64-bytestring-type.changes b/ghc-base64-bytestring-type.changes index 7936ffc..b0b5c01 100644 --- a/ghc-base64-bytestring-type.changes +++ b/ghc-base64-bytestring-type.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jun 15 16:45:59 UTC 2022 - Peter Simons + +- Update base64-bytestring-type to version 1.0.1 revision 14. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- +Tue Apr 12 16:04:54 UTC 2022 - Peter Simons + +- Update base64-bytestring-type to version 1.0.1 revision 12. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sat Nov 20 17:30:51 UTC 2021 - psimons@suse.com diff --git a/ghc-base64-bytestring-type.spec b/ghc-base64-bytestring-type.spec index c8201cd..8e8da76 100644 --- a/ghc-base64-bytestring-type.spec +++ b/ghc-base64-bytestring-type.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-base64-bytestring-type # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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/11.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/14.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-aeson-devel