Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-assoc for openSUSE:Factory 
checked in at 2024-12-29 11:56:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-assoc (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-assoc.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-assoc"

Sun Dec 29 11:56:29 2024 rev:12 rq:1233616 version:1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-assoc/ghc-assoc.changes      2024-05-20 
18:17:06.738314382 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-assoc.new.1881/ghc-assoc.changes    
2024-12-29 11:56:42.620352819 +0100
@@ -1,0 +2,6 @@
+Fri Dec 20 15:43:36 UTC 2024 - Peter Simons <[email protected]>
+
+- Update assoc to version 1.1.1 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  assoc.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-assoc.spec ++++++
--- /var/tmp/diff_new_pack.n7ZJrX/_old  2024-12-29 11:56:44.032410725 +0100
+++ /var/tmp/diff_new_pack.n7ZJrX/_new  2024-12-29 11:56:44.052411545 +0100
@@ -25,6 +25,7 @@
 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-base-devel
 BuildRequires:  ghc-base-prof
@@ -64,6 +65,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ assoc.cabal ++++++
cabal-version:      3.0
name:               assoc
version:            1.1.1
x-revision:         1
license:            BSD-3-Clause
license-file:       LICENSE
synopsis:           swap and assoc: Symmetric and Semigroupy Bifunctors
category:           Data
description:
  Provides generalisations of
  @swap :: (a,b) -> (b,a)@ and
  @assoc :: ((a,b),c) -> (a,(b,c))@
  to
  @Bifunctor@s supporting similar operations (e.g. @Either@, @These@).

author:             Oleg Grenrus <[email protected]>
maintainer:         Oleg Grenrus <[email protected]>
build-type:         Simple
extra-source-files: CHANGELOG.md
tested-with:
    GHC ==8.6.5
     || ==8.8.4
     || ==8.10.7
     || ==9.0.2
     || ==9.2.8
     || ==9.4.8
     || ==9.6.6
     || ==9.8.4
     || ==9.10.1
     || ==9.12.1

source-repository head
  type:     git
  location: https://github.com/phadej/assoc.git

flag tagged
  default:     False
  manual:      True
  description:
    You can disable the use of the `tagged` package using `-f-tagged`.
    .
    Disabing this is an unsupported configuration, but it may be useful for 
accelerating builds in sandboxes for expert users.

library
  default-language: Haskell2010
  hs-source-dirs:   src
  build-depends:    base >=4.12 && <4.22

  if flag(tagged)
    build-depends: tagged >=0.8.8 && <0.9

  exposed-modules:
    Data.Bifunctor.Assoc
    Data.Bifunctor.Swap

  other-extensions: TypeFamilies

Reply via email to