Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-type-equality for openSUSE:Factory checked in at 2021-01-20 18:25:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-type-equality (Old) and /work/SRC/openSUSE:Factory/.ghc-type-equality.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-type-equality" Wed Jan 20 18:25:51 2021 rev:8 rq:864048 version:1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-type-equality/ghc-type-equality.changes 2020-12-22 11:48:10.369945468 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-type-equality.new.28504/ghc-type-equality.changes 2021-01-20 18:26:13.291449134 +0100 @@ -1,0 +2,6 @@ +Mon Jan 11 10:06:17 UTC 2021 - [email protected] + +- Update type-equality to version 1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-type-equality.spec ++++++ --- /var/tmp/diff_new_pack.tmF9AD/_old 2021-01-20 18:26:14.427450216 +0100 +++ /var/tmp/diff_new_pack.tmF9AD/_new 2021-01-20 18:26:14.431450219 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-type-equality # -# 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 @@ -24,14 +24,14 @@ 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 +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros ExcludeArch: %{ix86} %description This library defines a propositional equality data type, shims -'Data.Type.Equality" as well as possible for older GHCs (< 7.8). +'Data.Type.Equality' as well as possible for older GHCs (< 7.8). ' data a :~: b where Refl :: a :~: a ' ++++++ type-equality.cabal ++++++ --- /var/tmp/diff_new_pack.tmF9AD/_old 2021-01-20 18:26:14.467450254 +0100 +++ /var/tmp/diff_new_pack.tmF9AD/_new 2021-01-20 18:26:14.467450254 +0100 @@ -1,46 +1,60 @@ -name: type-equality -version: 1 -x-revision: 1 -stability: provisional -cabal-version: >=1.10 -build-type: Simple -author: Oleg Grenrus <[email protected]>, Ryan Scott <[email protected]>, Erik Hesselink <[email protected]>, Martijn van Steenbergen -maintainer: Oleg Grenrus <[email protected]>, Ryan Scott <[email protected]>, Erik Hesselink <[email protected]> -license: BSD3 -license-file: LICENSE -homepage: https://github.com/hesselink/type-equality -category: Data, Dependent Types -synopsis: Data.Type.Equality compat package -description: - This library defines a propositional equality data type, - shims @Data.Type.Equality" as well as possible for older GHCs (< 7.8). - . - @ - data a :~: b where - \ Refl :: a :~: a - @ - . - The module @Data.Type.Equality.Hetero@ shims @:~~:@ equality, for - compilers with @PolyKinds@ - -extra-source-files: CHANGELOG.md -tested-with: - GHC ==8.8.1 || ==8.6.5 || ==8.4.4 || ==8.2.2 || ==8.0.2 || ==7.10.3 || ==7.8.4 || ==7.6.3 || ==7.4.2 || ==7.2.2 || ==7.0.4 - - -source-repository head - type: git - location: git://github.com/hesselink/type-equality - -library - default-language: Haskell2010 - build-depends: base >=4.3 && <4.15 - - if !impl(ghc >=7.8) - hs-source-dirs: src-old - exposed-modules: Data.Type.Equality - - if impl(ghc >=8.0) - hs-source-dirs: src-hetero - exposed-modules: Data.Type.Equality.Hetero - other-extensions: PolyKinds +name: type-equality +version: 1 +x-revision: 2 +stability: provisional +cabal-version: >=1.10 +build-type: Simple +author: + Oleg Grenrus <[email protected]>, Ryan Scott <[email protected]>, Erik Hesselink <[email protected]>, Martijn van Steenbergen + +maintainer: + Oleg Grenrus <[email protected]>, Ryan Scott <[email protected]>, Erik Hesselink <[email protected]> + +license: BSD3 +license-file: LICENSE +homepage: https://github.com/hesselink/type-equality +category: Data, Dependent Types +synopsis: Data.Type.Equality compat package +description: + This library defines a propositional equality data type, + shims @Data.Type.Equality@ as well as possible for older GHCs (< 7.8). + . + @ + data a :~: b where + \ Refl :: a :~: a + @ + . + The module @Data.Type.Equality.Hetero@ shims @:~~:@ equality, for + compilers with @PolyKinds@ + +extra-source-files: CHANGELOG.md +tested-with: + GHC ==7.0.4 + || ==7.2.2 + || ==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.3 + +source-repository head + type: git + location: git://github.com/hesselink/type-equality + +library + default-language: Haskell2010 + build-depends: base >=4.3 && <4.16 + + if !impl(ghc >=7.8) + hs-source-dirs: src-old + exposed-modules: Data.Type.Equality + + if impl(ghc >=8.0) + hs-source-dirs: src-hetero + exposed-modules: Data.Type.Equality.Hetero + other-extensions: PolyKinds
