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 <[email protected]>
+
+- 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.000000000 +0200
+++ new/indexed-traversable-instances-0.1.2/Changelog.md 2001-09-09
03:46:40.000000000 +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.000000000 +0200
+++ new/indexed-traversable-instances-0.1.2/indexed-traversable-instances.cabal
2001-09-09 03:46:40.000000000 +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 && <0.3
- , vector >=0.12.1.2 && <0.14
+ , vector >=0.13.1.0 && <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:
@@ -68,7 +62,6 @@
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:
@@ -84,5 +77,5 @@
build-depends:
QuickCheck >=2.14.2 && <2.15
, quickcheck-instances >=0.3.29 && <0.4
- , tasty >=1.2.3 && <1.5
+ , tasty >=1.2.3 && <1.6
, tasty-quickcheck >=0.10.1.1 && <0.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/indexed-traversable-instances-0.1.1.2/src/Data/Functor/WithIndex/Instances.hs
new/indexed-traversable-instances-0.1.2/src/Data/Functor/WithIndex/Instances.hs
---
old/indexed-traversable-instances-0.1.1.2/src/Data/Functor/WithIndex/Instances.hs
2001-09-09 03:46:40.000000000 +0200
+++
new/indexed-traversable-instances-0.1.2/src/Data/Functor/WithIndex/Instances.hs
2001-09-09 03:46:40.000000000 +0200
@@ -2,16 +2,10 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE FunctionalDependencies #-}
+{-# LANGUAGE PolyKinds #-}
+{-# LANGUAGE Trustworthy #-}
{-# LANGUAGE UndecidableInstances #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}
-
-#if __GLASGOW_HASKELL__ >= 702
-{-# LANGUAGE Trustworthy #-}
-#endif
-
-#if __GLASGOW_HASKELL__ >= 706
-{-# LANGUAGE PolyKinds #-}
-#endif
-- | Extra instances for 'FunctorWithIndex', 'FoldableWithIndex',
-- and 'TraversableWithIndex' type classes.
module Data.Functor.WithIndex.Instances () where
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/indexed-traversable-instances-0.1.1.2/tests/main.hs
new/indexed-traversable-instances-0.1.2/tests/main.hs
--- old/indexed-traversable-instances-0.1.1.2/tests/main.hs 2001-09-09
03:46:40.000000000 +0200
+++ new/indexed-traversable-instances-0.1.2/tests/main.hs 2001-09-09
03:46:40.000000000 +0200
@@ -37,16 +37,7 @@
import Data.Functor.WithIndex
import Data.Traversable.WithIndex
-#if MIN_VERSION_base(4,7,0)
import Data.Typeable (Typeable, typeRep)
-#else
-import Data.Typeable (TypeRep, Typeable1, typeOf1)
-
-#define Typeable Typeable1
-
-typeRep :: forall f i. Typeable1 f => Tests i f -> TypeRep
-typeRep _ = typeOf1 (undefined :: f Int)
-#endif
-------------------------------------------------------------------------------
-- Main