Hello community,

here is the log from the commit of package ghc-optics-th for openSUSE:Factory 
checked in at 2020-10-23 15:14:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-optics-th (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-optics-th.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-optics-th"

Fri Oct 23 15:14:21 2020 rev:2 rq:842756 version:0.3.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-optics-th/ghc-optics-th.changes      
2020-09-07 21:28:20.577187432 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-optics-th.new.3463/ghc-optics-th.changes    
2020-10-23 15:14:27.738137564 +0200
@@ -1,0 +2,6 @@
+Tue Oct  6 08:56:34 UTC 2020 - psim...@suse.com
+
+- Update optics-th to version 0.3.0.2 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.TBMxKL/_old  2020-10-23 15:14:28.746138051 +0200
+++ /var/tmp/diff_new_pack.TBMxKL/_new  2020-10-23 15:14:28.750138053 +0200
@@ -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
@@ -57,6 +58,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.3.0.2
x-revision: 1
license:       BSD3
license-file:  LICENSE
build-type:    Simple
maintainer:    opt...@well-typed.com
author:        Andrzej Rybczak
cabal-version: 1.24
tested-with:   ghc ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || 
==8.10.2, 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.9       && <5
               , containers             >= 0.5.7.1   && <0.7
               , mtl                    >= 2.2.2     && <2.3
               , optics-core            >= 0.3       && <0.4
               , template-haskell       >= 2.11      && <2.17
               , th-abstraction         >= 0.2.1     && <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