Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-optics-th for openSUSE:Factory 
checked in at 2021-12-19 17:34:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-optics-th (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-optics-th.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-optics-th"

Sun Dec 19 17:34:24 2021 rev:5 rq:932896 version:0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-optics-th/ghc-optics-th.changes      
2021-03-10 08:57:22.822896729 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-optics-th.new.2520/ghc-optics-th.changes    
2021-12-19 17:34:35.652271604 +0100
@@ -1,0 +2,6 @@
+Mon Nov 15 06:58:43 UTC 2021 - [email protected]
+
+- Update optics-th to version 0.4 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  optics-th.cabal

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

Other differences:
------------------
++++++ ghc-optics-th.spec ++++++
--- /var/tmp/diff_new_pack.C5c53c/_old  2021-12-19 17:34:36.608272277 +0100
+++ /var/tmp/diff_new_pack.C5c53c/_new  2021-12-19 17:34:36.612272280 +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-containers-devel
 BuildRequires:  ghc-mtl-devel
@@ -58,6 +59,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ optics-th.cabal ++++++
name:          optics-th
version:       0.4
x-revision: 1
license:       BSD3
license-file:  LICENSE
build-type:    Simple
maintainer:    [email protected]
author:        Andrzej Rybczak
cabal-version: 1.24
tested-with:   ghc ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || 
==9.0.1 || ==9.2.1, GHCJS ==8.4
synopsis:      Optics construction using TemplateHaskell
category:      Data, Optics, Lenses
description:
  This package is part of the @<https://hackage.haskell.org/package/optics 
optics>@
  package family.  It provides machinery to construct optics using 
@TemplateHaskell@.
  .
  See the @template-haskell-optics@ package for optics to work with 
@template-haskell@ types.

extra-doc-files:
  CHANGELOG.md

bug-reports:   https://github.com/well-typed/optics/issues
source-repository head
  type:     git
  location: https://github.com/well-typed/optics.git
  subdir:   optics-th

library
  default-language: Haskell2010
  hs-source-dirs:   src
  ghc-options:      -Wall

  build-depends: base                   >= 4.10      && <5
               , containers             >= 0.5.10.2  && <0.7
               , mtl                    >= 2.2.2     && <2.3
               , optics-core            >= 0.4       && <0.5
               , template-haskell       >= 2.12      && <2.19
               , th-abstraction         >= 0.4       && <0.5
               , transformers           >= 0.5       && <0.6

  exposed-modules: Optics.TH

                   -- internal modules
                   Optics.TH.Internal.Utils
                   Optics.TH.Internal.Product
                   Optics.TH.Internal.Sum

  other-modules:   Language.Haskell.TH.Optics.Internal

test-suite optics-th-tests
  default-language: Haskell2010
  hs-source-dirs:   tests
  ghc-options:      -Wall

  build-depends: base
               , optics-core
               , optics-th
               , tagged

  type:    exitcode-stdio-1.0
  main-is: Optics/TH/Tests.hs

  other-modules: Optics.TH.Tests.DuplicateRecordFields
                 Optics.TH.Tests.T799

Reply via email to