Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-sop-core for openSUSE:Factory 
checked in at 2022-10-13 15:43:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-sop-core (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-sop-core.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-sop-core"

Thu Oct 13 15:43:02 2022 rev:4 rq:1008516 version:0.5.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-sop-core/ghc-sop-core.changes        
2022-02-11 23:11:38.695333897 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-sop-core.new.2275/ghc-sop-core.changes      
2022-10-13 15:43:14.834867006 +0200
@@ -1,0 +2,6 @@
+Mon Aug 22 18:17:21 UTC 2022 - Peter Simons <[email protected]>
+
+- Update sop-core to version 0.5.0.2 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  sop-core.cabal

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

Other differences:
------------------
++++++ ghc-sop-core.spec ++++++
--- /var/tmp/diff_new_pack.yvO0WS/_old  2022-10-13 15:43:15.502868309 +0200
+++ /var/tmp/diff_new_pack.yvO0WS/_new  2022-10-13 15:43:15.506868318 +0200
@@ -24,6 +24,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-deepseq-devel
 BuildRequires:  ghc-rpm-macros
@@ -57,6 +58,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ sop-core.cabal ++++++
name:                sop-core
version:             0.5.0.2
x-revision: 1
synopsis:            True Sums of Products
description:
  Implementation of n-ary sums and n-ary products.
  .
  The module "Data.SOP" is the main module of this library and contains
  more detailed documentation.
  .
  The main use case of this package is to serve as the core of
  @<https://hackage.haskell.org/package/generics-sop generics-sop>@.
  .
  A detailed description of the ideas behind this library is provided by
  the paper:
  .
    * Edsko de Vries and Andres L??h.
      <http://www.andres-loeh.de/TrueSumsOfProducts True Sums of Products>.
      Workshop on Generic Programming (WGP) 2014.
  .
license:             BSD3
license-file:        LICENSE
author:              Edsko de Vries <[email protected]>, Andres L??h 
<[email protected]>
maintainer:          [email protected]
category:            Data
build-type:          Simple
cabal-version:       >=1.10
extra-source-files:  CHANGELOG.md doctest.sh
tested-with:         GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, 
GHC == 8.8.2, GHC == 8.10.7, GHC == 9.0.2, GHC == 9.2.4, GHC == 9.4.1

source-repository head
  type:                git
  location:            https://github.com/well-typed/generics-sop

library
  exposed-modules:     Data.SOP
                       Data.SOP.Dict
                       -- exposed via Data.SOP:
                       Data.SOP.BasicFunctors
                       Data.SOP.Classes
                       Data.SOP.Constraint
                       Data.SOP.NP
                       Data.SOP.NS
                       Data.SOP.Sing
  build-depends:       base                 >= 4.9  && < 4.18,
                       deepseq              >= 1.3  && < 1.5
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall
  default-extensions:  CPP
                       ScopedTypeVariables
                       TypeFamilies
                       RankNTypes
                       TypeOperators
                       GADTs
                       ConstraintKinds
                       MultiParamTypeClasses
                       TypeSynonymInstances
                       FlexibleInstances
                       FlexibleContexts
                       DeriveFunctor
                       DeriveFoldable
                       DeriveTraversable
                       DefaultSignatures
                       KindSignatures
                       DataKinds
                       FunctionalDependencies

  if impl(ghc <8.2)
    default-extensions: AutoDeriveTypeable

  -- if impl(ghc >= 8.6)
  --   default-extensions: NoStarIsType
  other-extensions:    PolyKinds
                       UndecidableInstances
                       DeriveGeneric
                       StandaloneDeriving
                       EmptyCase
                       UndecidableSuperClasses
                       BangPatterns

Reply via email to