Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-optics-extra for
openSUSE:Factory checked in at 2022-10-13 15:42:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-optics-extra (Old)
and /work/SRC/openSUSE:Factory/.ghc-optics-extra.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-optics-extra"
Thu Oct 13 15:42:36 2022 rev:7 rq:1008494 version:0.4.2.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-optics-extra/ghc-optics-extra.changes
2022-08-01 21:30:31.509678190 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-optics-extra.new.2275/ghc-optics-extra.changes
2022-10-13 15:42:45.646810026 +0200
@@ -1,0 +2,6 @@
+Sun Aug 21 12:17:02 UTC 2022 - Peter Simons <[email protected]>
+
+- Update optics-extra to version 0.4.2.1 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
New:
----
optics-extra.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-optics-extra.spec ++++++
--- /var/tmp/diff_new_pack.GbbcEu/_old 2022-10-13 15:42:46.218811143 +0200
+++ /var/tmp/diff_new_pack.GbbcEu/_new 2022-10-13 15:42:46.222811150 +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-array-devel
BuildRequires: ghc-bytestring-devel
@@ -59,6 +60,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ optics-extra.cabal ++++++
cabal-version: 2.2
name: optics-extra
version: 0.4.2.1
x-revision: 1
license: BSD-3-Clause
license-file: LICENSE
build-type: Simple
maintainer: [email protected]
author: Andrzej Rybczak
tested-with: GHC ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7
|| ==9.0.2 || ==9.2.3 || ==9.4.1, GHCJS ==8.4
synopsis: Extra utilities and instances for optics-core
category: Data, Optics, Lenses
description:
This package provides extra definitions and instances that extend the
@<https://hackage.haskell.org/package/optics-core optics-core>@ package,
without incurring too many dependencies. See the
@<https://hackage.haskell.org/package/optics optics>@ package for more
documentation.
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-extra
common language
ghc-options: -Wall -Wcompat
default-language: Haskell2010
default-extensions: BangPatterns
ConstraintKinds
DefaultSignatures
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
EmptyCase
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
OverloadedLabels
PatternSynonyms
RankNTypes
ScopedTypeVariables
TupleSections
TypeApplications
TypeFamilies
TypeOperators
ViewPatterns
library
import: language
hs-source-dirs: src
build-depends: base >= 4.10 && <5
, array >= 0.5.2.0 && <0.6
, bytestring >= 0.10.8 && <0.12
, containers >= 0.5.10.2 && <0.7
, hashable >= 1.1.1 && <1.5
, indexed-profunctors >= 0.1 && <0.2
, mtl >= 2.2.2 && <2.4
, optics-core >= 0.4.1 && <0.4.2
, text >= 1.2 && <1.3 || >=2.0 && <2.1
, transformers >= 0.5 && <0.7
, unordered-containers >= 0.2.6 && <0.3
, vector >= 0.11 && <0.14
, indexed-traversable-instances >=0.1 && <0.2
exposed-modules: Optics.Extra
-- optic utilities
Optics.At
Optics.Cons
Optics.Each
Optics.Empty
Optics.Indexed
Optics.Passthrough
Optics.State
Optics.State.Operators
Optics.View
Optics.Zoom
-- optics for data types
Data.ByteString.Lazy.Optics
Data.ByteString.Optics
Data.ByteString.Strict.Optics
Data.HashMap.Optics
Data.HashSet.Optics
Data.Text.Lazy.Optics
Data.Text.Optics
Data.Text.Strict.Optics
Data.Vector.Generic.Optics
Data.Vector.Optics
-- internal modules
Optics.Extra.Internal.ByteString
Optics.Extra.Internal.Vector
Optics.Extra.Internal.Zoom