commit ghc-indexed-traversable-instances for openSUSE:Factory

2024-05-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-indexed-traversable-instances 
for openSUSE:Factory checked in at 2024-05-28 17:28:53

Comparing /work/SRC/openSUSE:Factory/ghc-indexed-traversable-instances (Old)
 and  
/work/SRC/openSUSE:Factory/.ghc-indexed-traversable-instances.new.24587 (New)


Package is "ghc-indexed-traversable-instances"

Tue May 28 17:28:53 2024 rev:7 rq:1177134 version:0.1.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-indexed-traversable-instances/ghc-indexed-traversable-instances.changes
  2023-10-13 23:16:00.329919322 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-indexed-traversable-instances.new.24587/ghc-indexed-traversable-instances.changes
   2024-05-28 17:29:49.146203638 +0200
@@ -1,0 +2,8 @@
+Thu May 16 08:02:44 UTC 2024 - Peter Simons 
+
+- Update indexed-traversable-instances to version 0.1.2.
+  # 0.1.2 [2024-05-dd]
+
+  - Drop support for GHCs prior 8.6.5
+
+---

Old:

  indexed-traversable-instances-0.1.1.2.tar.gz
  indexed-traversable-instances.cabal

New:

  indexed-traversable-instances-0.1.2.tar.gz



Other differences:
--
++ ghc-indexed-traversable-instances.spec ++
--- /var/tmp/diff_new_pack.toDMas/_old  2024-05-28 17:29:50.174241230 +0200
+++ /var/tmp/diff_new_pack.toDMas/_new  2024-05-28 17:29:50.178241377 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-indexed-traversable-instances
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,12 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.1.2
+Version:0.1.2
 Release:0
 Summary:More instances of FunctorWithIndex, FoldableWithIndex, 
TraversableWithIndex
 License:BSD-2-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/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-OneTuple-devel
 BuildRequires:  ghc-OneTuple-prof
@@ -96,7 +95,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ indexed-traversable-instances-0.1.1.2.tar.gz -> 
indexed-traversable-instances-0.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/indexed-traversable-instances-0.1.1.2/Changelog.md 
new/indexed-traversable-instances-0.1.2/Changelog.md
--- old/indexed-traversable-instances-0.1.1.2/Changelog.md  2001-09-09 
03:46:40.0 +0200
+++ new/indexed-traversable-instances-0.1.2/Changelog.md2001-09-09 
03:46:40.0 +0200
@@ -1,3 +1,7 @@
+# 0.1.2 [2024-05-dd]
+
+- Drop support for GHCs prior 8.6.5
+
 # 0.1.1 [2021-10-30]
 
 - Add `Solo` instances
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/indexed-traversable-instances-0.1.1.2/indexed-traversable-instances.cabal 
new/indexed-traversable-instances-0.1.2/indexed-traversable-instances.cabal
--- 
old/indexed-traversable-instances-0.1.1.2/indexed-traversable-instances.cabal   
2001-09-09 03:46:40.0 +0200
+++ new/indexed-traversable-instances-0.1.2/indexed-traversable-instances.cabal 
2001-09-09 03:46:40.0 +0200
@@ -1,6 +1,6 @@
 cabal-version:  1.12
 name:   indexed-traversable-instances
-version:0.1.1.2
+version:0.1.2
 build-type: Simple
 license:BSD2
 license-file:   LICENSE
@@ -21,19 +21,15 @@
 
 extra-source-files: Changelog.md
 tested-with:
-  GHC ==7.4.2
-   || ==7.6.3
-   || ==7.8.4
-   || ==7.10.3
-   || ==8.0.2
-   || ==8.2.2
-   || ==8.4.4
-   || ==8.6.5
+  GHC ==8.6.5
|| ==8.8.4
|| ==8.10.7
|| ==9.0.2
-   || ==9.2.5
-   || ==9.4.4
+   || ==9.2.8
+   || ==9.4.8
+   || ==9.6.5
+   || ==9.8.2
+   || ==9.10.1
 
 source-repository head
   type: git
@@ -42,22 +38,20 @@
 
 library
   default-language: Haskell2010
-  ghc-options:  -Wall
   hs-source-dirs:   src
   build-depends:
-  base  >=4.5  && <4.18
-, indexed-traversable   >=0.1  && <0.2
+  base  >=4.12 && <4.21
+, indexed-traversable   >=0.1.4&& <0.2
 , OneTuple  >=0.3  && <0.5
 , tagged>=0.8.6&& <0.9
 , unordered-containers  >=0.2.8.0  && 

commit ghc-indexed-traversable-instances for openSUSE:Factory

2023-10-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-indexed-traversable-instances 
for openSUSE:Factory checked in at 2023-10-13 23:14:56

Comparing /work/SRC/openSUSE:Factory/ghc-indexed-traversable-instances (Old)
 and  
/work/SRC/openSUSE:Factory/.ghc-indexed-traversable-instances.new.20540 (New)


Package is "ghc-indexed-traversable-instances"

Fri Oct 13 23:14:56 2023 rev:6 rq:1117079 version:0.1.1.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-indexed-traversable-instances/ghc-indexed-traversable-instances.changes
  2023-04-04 21:21:06.809432485 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-indexed-traversable-instances.new.20540/ghc-indexed-traversable-instances.changes
   2023-10-13 23:16:00.329919322 +0200
@@ -1,0 +2,6 @@
+Wed Oct  4 14:31:20 UTC 2023 - Peter Simons 
+
+- Update indexed-traversable-instances to version 0.1.1.2 revision 2.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+---



Other differences:
--
++ ghc-indexed-traversable-instances.spec ++
--- /var/tmp/diff_new_pack.4OF4SS/_old  2023-10-13 23:16:00.829937458 +0200
+++ /var/tmp/diff_new_pack.4OF4SS/_new  2023-10-13 23:16:00.833937604 +0200
@@ -26,7 +26,7 @@
 License:BSD-2-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
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-OneTuple-devel
 BuildRequires:  ghc-OneTuple-prof

++ indexed-traversable-instances.cabal ++
--- /var/tmp/diff_new_pack.4OF4SS/_old  2023-10-13 23:16:00.869938910 +0200
+++ /var/tmp/diff_new_pack.4OF4SS/_new  2023-10-13 23:16:00.873939054 +0200
@@ -1,7 +1,7 @@
 cabal-version:  1.12
 name:   indexed-traversable-instances
 version:0.1.1.2
-x-revision: 1
+x-revision: 2
 build-type: Simple
 license:BSD2
 license-file:   LICENSE
@@ -33,9 +33,10 @@
|| ==8.8.4
|| ==8.10.7
|| ==9.0.2
-   || ==9.2.7
-   || ==9.4.4
-   || ==9.6.1
+   || ==9.2.8
+   || ==9.4.7
+   || ==9.6.3
+   || ==9.8.1
 
 source-repository head
   type: git
@@ -47,7 +48,7 @@
   ghc-options:  -Wall
   hs-source-dirs:   src
   build-depends:
-  base  >=4.5  && <4.19
+  base  >=4.5  && <4.20
 , indexed-traversable   >=0.1  && <0.2
 , OneTuple  >=0.3  && <0.5
 , tagged>=0.8.6&& <0.9


commit ghc-indexed-traversable-instances for openSUSE:Factory

2023-04-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-indexed-traversable-instances 
for openSUSE:Factory checked in at 2023-04-04 21:20:56

Comparing /work/SRC/openSUSE:Factory/ghc-indexed-traversable-instances (Old)
 and  
/work/SRC/openSUSE:Factory/.ghc-indexed-traversable-instances.new.19717 (New)


Package is "ghc-indexed-traversable-instances"

Tue Apr  4 21:20:56 2023 rev:5 rq:1075929 version:0.1.1.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-indexed-traversable-instances/ghc-indexed-traversable-instances.changes
  2022-10-13 15:42:28.778777099 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-indexed-traversable-instances.new.19717/ghc-indexed-traversable-instances.changes
   2023-04-04 21:21:06.809432485 +0200
@@ -1,0 +2,18 @@
+Thu Mar 30 17:07:16 UTC 2023 - Peter Simons 
+
+- Updated spec file to conform with ghc-rpm-macros-2.5.2.
+
+---
+Sun Mar 12 10:34:12 UTC 2023 - Peter Simons 
+
+- Update indexed-traversable-instances to version 0.1.1.2 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+---
+Wed Mar  1 10:05:48 UTC 2023 - Peter Simons 
+
+- Update indexed-traversable-instances to version 0.1.1.2.
+  Upstream has not updated the file "Changelog.md" since the last
+  release.
+
+---

Old:

  indexed-traversable-instances-0.1.1.1.tar.gz

New:

  indexed-traversable-instances-0.1.1.2.tar.gz
  indexed-traversable-instances.cabal



Other differences:
--
++ ghc-indexed-traversable-instances.spec ++
--- /var/tmp/diff_new_pack.7PO5fc/_old  2023-04-04 21:21:07.337435476 +0200
+++ /var/tmp/diff_new_pack.7PO5fc/_new  2023-04-04 21:21:07.341435498 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-indexed-traversable-instances
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,29 +17,44 @@
 
 
 %global pkg_name indexed-traversable-instances
+%global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.1.1
+Version:0.1.1.2
 Release:0
 Summary:More instances of FunctorWithIndex, FoldableWithIndex, 
TraversableWithIndex
 License:BSD-2-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-OneTuple-devel
+BuildRequires:  ghc-OneTuple-prof
+BuildRequires:  ghc-base-devel
+BuildRequires:  ghc-base-prof
 BuildRequires:  ghc-indexed-traversable-devel
+BuildRequires:  ghc-indexed-traversable-prof
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-tagged-devel
+BuildRequires:  ghc-tagged-prof
 BuildRequires:  ghc-unordered-containers-devel
+BuildRequires:  ghc-unordered-containers-prof
 BuildRequires:  ghc-vector-devel
+BuildRequires:  ghc-vector-prof
 ExcludeArch:%{ix86}
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
+BuildRequires:  ghc-QuickCheck-prof
 BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-containers-prof
 BuildRequires:  ghc-quickcheck-instances-devel
+BuildRequires:  ghc-quickcheck-instances-prof
 BuildRequires:  ghc-tasty-devel
+BuildRequires:  ghc-tasty-prof
 BuildRequires:  ghc-tasty-quickcheck-devel
+BuildRequires:  ghc-tasty-quickcheck-prof
 BuildRequires:  ghc-transformers-devel
+BuildRequires:  ghc-transformers-prof
 %endif
 
 %description
@@ -63,8 +78,25 @@
 This package provides the Haskell %{pkg_name} library
 development files.
 
+%package -n ghc-%{pkg_name}-doc
+Summary:Haskell %{pkg_name} library documentation
+Requires:   ghc-filesystem
+BuildArch:  noarch
+
+%description -n ghc-%{pkg_name}-doc
+This package provides the Haskell %{pkg_name} library documentation.
+
+%package -n ghc-%{pkg_name}-prof
+Summary:Haskell %{pkg_name} profiling library
+Requires:   ghc-%{pkg_name}-devel = %{version}-%{release}
+Supplements:(ghc-%{pkg_name}-devel and ghc-prof)
+
+%description -n ghc-%{pkg_name}-prof
+This package provides the Haskell %{pkg_name} profiling library.
+
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
@@ -87,4 +119,9 @@
 %files devel -f %{name}-devel.files
 %doc Changelog.md
 
+%files -n ghc-%{pkg_name}-do

commit ghc-indexed-traversable-instances for openSUSE:Factory

2022-10-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-indexed-traversable-instances 
for openSUSE:Factory checked in at 2022-10-13 15:42:21

Comparing /work/SRC/openSUSE:Factory/ghc-indexed-traversable-instances (Old)
 and  
/work/SRC/openSUSE:Factory/.ghc-indexed-traversable-instances.new.2275 (New)


Package is "ghc-indexed-traversable-instances"

Thu Oct 13 15:42:21 2022 rev:4 rq:1008481 version:0.1.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-indexed-traversable-instances/ghc-indexed-traversable-instances.changes
  2022-08-01 21:30:11.985622176 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-indexed-traversable-instances.new.2275/ghc-indexed-traversable-instances.changes
2022-10-13 15:42:28.778777099 +0200
@@ -1,0 +2,8 @@
+Thu Aug 11 06:48:34 UTC 2022 - Peter Simons 
+
+- Update indexed-traversable-instances to version 0.1.1.1.
+  # 0.1.1 [2021-10-30]
+
+  - Add `Solo` instances
+
+---

Old:

  indexed-traversable-instances-0.1.1.tar.gz
  indexed-traversable-instances.cabal

New:

  indexed-traversable-instances-0.1.1.1.tar.gz



Other differences:
--
++ ghc-indexed-traversable-instances.spec ++
--- /var/tmp/diff_new_pack.Vy8l3V/_old  2022-10-13 15:42:29.366778246 +0200
+++ /var/tmp/diff_new_pack.Vy8l3V/_new  2022-10-13 15:42:29.370778255 +0200
@@ -19,13 +19,12 @@
 %global pkg_name indexed-traversable-instances
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1.1
+Version:0.1.1.1
 Release:0
 Summary:More instances of FunctorWithIndex, FoldableWithIndex, 
TraversableWithIndex
 License:BSD-2-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-OneTuple-devel
 BuildRequires:  ghc-indexed-traversable-devel
@@ -66,7 +65,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ indexed-traversable-instances-0.1.1.tar.gz -> 
indexed-traversable-instances-0.1.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/indexed-traversable-instances-0.1.1/Changelog.md 
new/indexed-traversable-instances-0.1.1.1/Changelog.md
--- old/indexed-traversable-instances-0.1.1/Changelog.md2001-09-09 
03:46:40.0 +0200
+++ new/indexed-traversable-instances-0.1.1.1/Changelog.md  2001-09-09 
03:46:40.0 +0200
@@ -1,3 +1,7 @@
+# 0.1.1 [2021-10-30]
+
+- Add `Solo` instances
+
 # 0.1 [2020-12-15]
 
 - Split out and combine this package functionality from `lens` and `optics`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/indexed-traversable-instances-0.1.1/bench/folds.hs 
new/indexed-traversable-instances-0.1.1.1/bench/folds.hs
--- old/indexed-traversable-instances-0.1.1/bench/folds.hs  2001-09-09 
03:46:40.0 +0200
+++ new/indexed-traversable-instances-0.1.1.1/bench/folds.hs1970-01-01 
01:00:00.0 +0100
@@ -1,72 +0,0 @@
-{-# LANGUAGE CPP #-}
-{-# LANGUAGE DeriveFunctor#-}
-{-# LANGUAGE FlexibleContexts #-}
-{-# LANGUAGE RankNTypes   #-}
-module Main (main) where
-
-import Criterion.Main (bench, bgroup, defaultMain, nf)
-
-import qualified Data.Foldable as F
-import qualified Data.HashMap.Lazy as HM
-import qualified Data.Map  as Map
-import qualified Data.Sequence as Seq
-import qualified Data.Vector   as V
-
-import Data.Foldable.WithIndex
-import Data.Functor.WithIndex.Instances ()
-
-main :: IO ()
-main = defaultMain
-  [ bgroup "vector"
-[ bgroup "itoList"
-  [ bench "native" $ nf (V.toList . V.indexed) v
-  , bench "itoList"$ nf itoList v
-  ]
-]
-#if MIN_VERSION_containers(0,5,0)
-  , bgroup "sequence"
-[ bgroup "itoList"
-  [ bench "native" $ nf (F.toList . Seq.mapWithIndex (,)) s
-  , bench "itoList"$ nf itoList s
-  ]
-]
-#endif
-  , bgroup "list"
-[ bgroup "itoList"
-  [ bench "native" $ nf (zip [(0::Int)..]) l
-  , bench "itoList"$ nf itoList l
-  ]
-]
-  , bgroup "map"
-[  bgroup "itoList"
-  [ bench "native" $ nf Map.toList m
-  , bench "itoList"$ nf itoList m
-  ]
-]
-  , bgroup "hashmap"
-[ bgroup "itoList"
-  [ bench "native" $ nf HM.toList h
-  , bench "itoList"$ nf itoList h
-  ]
-]
-  ]
-
-l :: [Int]
-l = [0..1]
-{-# NO

commit ghc-indexed-traversable-instances for openSUSE:Factory

2022-08-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-indexed-traversable-instances 
for openSUSE:Factory checked in at 2022-08-01 21:30:00

Comparing /work/SRC/openSUSE:Factory/ghc-indexed-traversable-instances (Old)
 and  
/work/SRC/openSUSE:Factory/.ghc-indexed-traversable-instances.new.1533 (New)


Package is "ghc-indexed-traversable-instances"

Mon Aug  1 21:30:00 2022 rev:3 rq:987052 version:0.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-indexed-traversable-instances/ghc-indexed-traversable-instances.changes
  2021-11-11 21:36:50.820907250 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-indexed-traversable-instances.new.1533/ghc-indexed-traversable-instances.changes
2022-08-01 21:30:11.985622176 +0200
@@ -1,0 +2,6 @@
+Mon Jun 20 05:45:18 UTC 2022 - Peter Simons 
+
+- Update indexed-traversable-instances to version 0.1.1 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+---

New:

  indexed-traversable-instances.cabal



Other differences:
--
++ ghc-indexed-traversable-instances.spec ++
--- /var/tmp/diff_new_pack.9wuM3Y/_old  2022-08-01 21:30:12.865624701 +0200
+++ /var/tmp/diff_new_pack.9wuM3Y/_new  2022-08-01 21:30:12.873624724 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-indexed-traversable-instances
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 License:BSD-2-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-OneTuple-devel
 BuildRequires:  ghc-indexed-traversable-devel
@@ -65,6 +66,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ indexed-traversable-instances.cabal ++
cabal-version:  1.12
name:   indexed-traversable-instances
version:0.1.1
x-revision: 1
build-type: Simple
license:BSD2
license-file:   LICENSE
category:   Data
maintainer: Oleg Grenrus 
author: Edward Kmett
synopsis:
  More instances of FunctorWithIndex, FoldableWithIndex, TraversableWithIndex

description:
  This package provides extra instances for type-classes in the 
[indexed-traversable](https://hackage.haskell.org/package/indexed-traversable) 
package.
  .
  The intention is to keep this package minimal;
  it provides instances that formely existed in @lens@ or @optics-extra@.
  We recommend putting other instances directly into their defining packages.
  The @indexed-traversable@ package is light, having only GHC boot libraries
  as its dependencies.

extra-source-files: Changelog.md
tested-with:
  GHC ==7.4.2
   || ==7.6.3
   || ==7.8.4
   || ==7.10.3
   || ==8.0.2
   || ==8.2.2
   || ==8.4.4
   || ==8.6.5
   || ==8.8.4
   || ==8.10.7
   || ==9.0.1
   || ==9.2.1

source-repository head
  type: git
  location: https://github.com/haskellari/indexed-traversable
  subdir:   indexed-traversable-instances

library
  default-language: Haskell2010
  ghc-options:  -Wall
  hs-source-dirs:   src
  build-depends:
  base  >=4.5  && <4.17
, indexed-traversable   >=0.1  && <0.2
, OneTuple  >=0.3  && <0.4
, tagged>=0.8.6&& <0.9
, unordered-containers  >=0.2.8.0  && <0.3
, vector>=0.12.1.2 && <0.14

  exposed-modules:  Data.Functor.WithIndex.Instances

test-suite safe
  type: exitcode-stdio-1.0
  default-language: Haskell2010
  ghc-options:  -Wall
  hs-source-dirs:   tests
  main-is:  safe.hs
  build-depends:
  base
, indexed-traversable
, indexed-traversable-instances

test-suite indexed-tests
  type: exitcode-stdio-1.0
  default-language: Haskell2010
  ghc-options:  -Wall
  hs-source-dirs:   tests
  main-is:  main.hs
  build-depends:
  base
, containers
, indexed-traversable
, indexed-traversable-instances
, OneTuple
, transformers
, unordered-containers
, vector

  build-depends:
  QuickCheck>=2.14.2   && <2.15
, quickcheck-instances  >=0.3.26   && <0.4
, tasty >=1.2.3&& <1.5
, tasty-quickcheck  >=0.10.1.1 && <0.11

benchmark folds
  typ

commit ghc-indexed-traversable-instances for openSUSE:Factory

2021-11-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-indexed-traversable-instances 
for openSUSE:Factory checked in at 2021-11-11 21:36:35

Comparing /work/SRC/openSUSE:Factory/ghc-indexed-traversable-instances (Old)
 and  
/work/SRC/openSUSE:Factory/.ghc-indexed-traversable-instances.new.1890 (New)


Package is "ghc-indexed-traversable-instances"

Thu Nov 11 21:36:35 2021 rev:2 rq:930336 version:0.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/ghc-indexed-traversable-instances/ghc-indexed-traversable-instances.changes
  2021-03-10 08:58:00.654935779 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-indexed-traversable-instances.new.1890/ghc-indexed-traversable-instances.changes
2021-11-11 21:36:50.820907250 +0100
@@ -1,0 +2,7 @@
+Mon Nov  1 08:37:08 UTC 2021 - psim...@suse.com
+
+- Update indexed-traversable-instances to version 0.1.1.
+  Upstream has not updated the file "Changelog.md" since the last
+  release.
+
+---

Old:

  indexed-traversable-instances-0.1.tar.gz

New:

  indexed-traversable-instances-0.1.1.tar.gz



Other differences:
--
++ ghc-indexed-traversable-instances.spec ++
--- /var/tmp/diff_new_pack.IA6a3a/_old  2021-11-11 21:36:51.280907585 +0100
+++ /var/tmp/diff_new_pack.IA6a3a/_new  2021-11-11 21:36:51.284907588 +0100
@@ -19,13 +19,14 @@
 %global pkg_name indexed-traversable-instances
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.1
+Version:0.1.1
 Release:0
 Summary:More instances of FunctorWithIndex, FoldableWithIndex, 
TraversableWithIndex
 License:BSD-2-Clause
 URL:https://hackage.haskell.org/package/%{pkg_name}
 Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
+BuildRequires:  ghc-OneTuple-devel
 BuildRequires:  ghc-indexed-traversable-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-tagged-devel

++ indexed-traversable-instances-0.1.tar.gz -> 
indexed-traversable-instances-0.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/indexed-traversable-instances-0.1/indexed-traversable-instances.cabal 
new/indexed-traversable-instances-0.1.1/indexed-traversable-instances.cabal
--- old/indexed-traversable-instances-0.1/indexed-traversable-instances.cabal   
2001-09-09 03:46:40.0 +0200
+++ new/indexed-traversable-instances-0.1.1/indexed-traversable-instances.cabal 
2001-09-09 03:46:40.0 +0200
@@ -1,6 +1,6 @@
 cabal-version:  1.12
 name:   indexed-traversable-instances
-version:0.1
+version:0.1.1
 build-type: Simple
 license:BSD2
 license-file:   LICENSE
@@ -30,7 +30,9 @@
|| ==8.4.4
|| ==8.6.5
|| ==8.8.4
-   || ==8.10.2
+   || ==8.10.7
+   || ==9.0.1
+   || ==9.2.1
 
 source-repository head
   type: git
@@ -42,14 +44,26 @@
   ghc-options:  -Wall
   hs-source-dirs:   src
   build-depends:
-  base  >=4.5  && <4.16
+  base  >=4.5  && <4.17
 , indexed-traversable   >=0.1  && <0.2
+, OneTuple  >=0.3  && <0.4
 , tagged>=0.8.6&& <0.9
 , unordered-containers  >=0.2.8.0  && <0.3
 , vector>=0.12.1.2 && <0.13
 
   exposed-modules:  Data.Functor.WithIndex.Instances
 
+test-suite safe
+  type: exitcode-stdio-1.0
+  default-language: Haskell2010
+  ghc-options:  -Wall
+  hs-source-dirs:   tests
+  main-is:  safe.hs
+  build-depends:
+  base
+, indexed-traversable
+, indexed-traversable-instances
+
 test-suite indexed-tests
   type: exitcode-stdio-1.0
   default-language: Haskell2010
@@ -61,13 +75,14 @@
 , containers
 , indexed-traversable
 , indexed-traversable-instances
+, OneTuple
 , transformers
 , unordered-containers
 , vector
 
   build-depends:
   QuickCheck>=2.14.2   && <2.15
-, quickcheck-instances  >=0.3.25.1 && <0.4
+, quickcheck-instances  >=0.3.26   && <0.4
 , tasty >=1.2.3&& <1.5
 , tasty-quickcheck  >=0.10.1.1 && <0.11
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/indexed-traversable-instances-0.1/src/Data/Functor/WithIndex/Instances.hs 
new/indexed-traversable-instances-0.1.1/src/Data/Functor/WithIndex/Instances.hs
--- 
old/indexed-traversable-instances-0.1/src/Data/Functor/WithIndex/Instances.hs   
2001-09-09 03:46:40.0 +0200
+++ 
new/indexed-traversable-instances-0.1.1/src/Data/