From a56aecc87d8c9ddd90d9f1e5706140f0ac82a0e4 Mon Sep 17 00:00:00 2001 From: psimons <> Date: Oct 13 2022 14:28:21 +0000 Subject: Update ghc-binary-orphans to version 1.0.3 / rev 4 via SR 1009702 https://build.opensuse.org/request/show/1009702 by user psimons + dimstar_suse version update --- diff --git a/.files b/.files index 2d695e4..baabd7f 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 5570767..1cfba50 100644 --- a/.rev +++ b/.rev @@ -23,4 +23,12 @@ version update 953435 + + 58a55b7a1e71b36a0443d9cd2e62d09d + 1.0.3 + + dimstar_suse + version update + 1009702 + diff --git a/binary-orphans-1.0.2.tar.gz b/binary-orphans-1.0.2.tar.gz deleted file mode 120000 index e0ea8f0..0000000 --- a/binary-orphans-1.0.2.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreic7jm6jfl36jybikmzljnlmuimdnpkrgab75mllfkumsyr6vgh6ma \ No newline at end of file diff --git a/binary-orphans-1.0.3.tar.gz b/binary-orphans-1.0.3.tar.gz new file mode 120000 index 0000000..a87a3f3 --- /dev/null +++ b/binary-orphans-1.0.3.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreihc4vkiephgowglx63evs4llec5hqrg5kyywx6k6xl4pesscfdafq \ No newline at end of file diff --git a/binary-orphans.cabal b/binary-orphans.cabal deleted file mode 100644 index 6426165..0000000 --- a/binary-orphans.cabal +++ /dev/null @@ -1,82 +0,0 @@ -cabal-version: 1.12 -name: binary-orphans -version: 1.0.2 -x-revision: 1 -synopsis: Compatibility package for binary; provides instances -category: Data, Binary, Parsing, Compatibility -description: - This package provides instances defined in later versions of @binary@ package - . - Prior version 1 this packages provided instances for other packages. - That functionality is moved to [binary-instances](https://hackage.haskell.org/package/binary-instances) package. - -build-type: Simple -maintainer: Oleg Grenrus -author: Oleg Grenrus -license: BSD3 -license-file: LICENSE -tested-with: - GHC ==7.4.2 - || ==7.6.3 - || ==7.8.4 - || ==7.10.3 - || ==8.0.2 - || ==8.2.2 - || ==8.4.4 - || ==8.6.5 - || ==8.8.4 - || ==8.10.4 - || ==9.0.1 - || ==9.2.1 - -extra-source-files: CHANGELOG.md - -source-repository head - type: git - location: git://github.com/phadej/binary-orphans.git - -library - default-language: Haskell2010 - hs-source-dirs: src - exposed-modules: Data.Binary.Orphans - other-extensions: CPP - build-depends: - base >=4.5 && <4.17 - , binary >=0.5.1.0 && <0.6 || >=0.7.1.0 && <0.8 || >=0.8.3.0 && <0.8.10 - , transformers >=0.3.0.0 && <0.7 - - if !impl(ghc >=7.10) - build-depends: nats >=1.1.2 && <1.2 - build-depends: void >=0.7.3 && <0.8 - - if !impl(ghc >=8.0) - build-depends: fail >=4.9 && <4.10 - build-depends: semigroups >=0.18.5 && <0.20.1 - - if !impl(ghc >=9.2) - build-depends: OneTuple >=0.3 && <0.4 - -test-suite binary-orphans-test - default-language: Haskell2010 - type: exitcode-stdio-1.0 - main-is: Tests.hs - hs-source-dirs: test - ghc-options: -Wall - build-depends: - base - , binary - , binary-orphans - , OneTuple >=0.3 && <0.4 - , QuickCheck >=2.13.1 && <2.15 - , quickcheck-instances >=0.3.21 && <0.4 - , tagged >=0.8.6 && <0.8.7 - , tasty >=0.10.1.2 && <1.5 - , tasty-quickcheck >=0.8.3.2 && <0.11 - - if !impl(ghc >=8.0) - build-depends: semigroups - - if !impl(ghc >=7.10) - build-depends: - nats - , void diff --git a/ghc-binary-orphans.changes b/ghc-binary-orphans.changes index 9c82ea4..944863b 100644 --- a/ghc-binary-orphans.changes +++ b/ghc-binary-orphans.changes @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Thu Aug 11 15:11:32 UTC 2022 - Peter Simons + +- Update binary-orphans to version 1.0.3. + # 1.0.3 + + - Add `ByteArray` (from `Data.Array.Byte` instance) + +------------------------------------------------------------------- Tue Nov 16 17:11:56 UTC 2021 - Peter Simons - Update binary-orphans to version 1.0.2 revision 1. diff --git a/ghc-binary-orphans.spec b/ghc-binary-orphans.spec index 060bdc2..2096630 100644 --- a/ghc-binary-orphans.spec +++ b/ghc-binary-orphans.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-binary-orphans # -# 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 @@ -19,13 +19,12 @@ %global pkg_name binary-orphans %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.0.2 +Version: 1.0.3 Release: 0 Summary: Compatibility package for binary; provides instances 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/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-OneTuple-devel BuildRequires: ghc-binary-devel @@ -60,7 +59,6 @@ This package provides the Haskell %{pkg_name} library development files. %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build