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 2021-12-19 17:34:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-optics-extra (Old)
and /work/SRC/openSUSE:Factory/.ghc-optics-extra.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-optics-extra"
Sun Dec 19 17:34:23 2021 rev:4 rq:932895 version:0.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-optics-extra/ghc-optics-extra.changes
2021-03-10 08:57:22.178896064 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-optics-extra.new.2520/ghc-optics-extra.changes
2021-12-19 17:34:35.084271204 +0100
@@ -1,0 +2,6 @@
+Mon Nov 15 06:58:05 UTC 2021 - [email protected]
+
+- Update optics-extra to version 0.4 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.zbdgMy/_old 2021-12-19 17:34:35.520271511 +0100
+++ /var/tmp/diff_new_pack.zbdgMy/_new 2021-12-19 17:34:35.528271517 +0100
@@ -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 ++++++
name: optics-extra
version: 0.4
x-revision: 1
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: 1.24
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.1 || ==9.2.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
library
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall
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.3
, optics-core >= 0.4 && <0.4.1
, text >= 1.2 && <1.3
, transformers >= 0.5 && <0.6
, unordered-containers >= 0.2.6 && <0.3
, vector >= 0.11 && <0.13
, 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
default-extensions: BangPatterns
DefaultSignatures
DeriveFunctor
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
InstanceSigs
LambdaCase
MultiParamTypeClasses
RankNTypes
ScopedTypeVariables
TupleSections
TypeApplications
TypeFamilies
TypeOperators