Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-fgl for openSUSE:Factory checked in at 2026-06-10 15:59:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-fgl (Old) and /work/SRC/openSUSE:Factory/.ghc-fgl.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-fgl" Wed Jun 10 15:59:47 2026 rev:13 rq:1358365 version:5.8.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-fgl/ghc-fgl.changes 2025-12-30 12:01:59.588573851 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-fgl.new.2375/ghc-fgl.changes 2026-06-10 16:01:12.652752523 +0200 @@ -1,0 +2,11 @@ +Tue May 19 12:05:50 UTC 2026 - Peter Simons <[email protected]> + +- Update fgl to version 5.8.3.1. + 5.8.3.1 + ------- + + * Support QuickCheck 2.17. + + * Removed HLint ANN pragmas. + +------------------------------------------------------------------- Old: ---- fgl-5.8.3.0.tar.gz fgl.cabal New: ---- fgl-5.8.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-fgl.spec ++++++ --- /var/tmp/diff_new_pack.DmTEli/_old 2026-06-10 16:01:14.292820488 +0200 +++ /var/tmp/diff_new_pack.DmTEli/_new 2026-06-10 16:01:14.292820488 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-fgl # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 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: 5.8.3.0 +Version: 5.8.3.1 Release: 0 Summary: Martin Erwig's Functional Graph Library 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/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-array-prof @@ -53,8 +52,6 @@ Original website can be found at <http://web.engr.oregonstate.edu/~erwig/fgl/haskell>. -Now without braces in cabal file. - %package devel Summary: Haskell %{pkg_name} library development files Requires: %{name} = %{version}-%{release} @@ -83,7 +80,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ fgl-5.8.3.0.tar.gz -> fgl-5.8.3.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fgl-5.8.3.0/ChangeLog new/fgl-5.8.3.1/ChangeLog --- old/fgl-5.8.3.0/ChangeLog 2001-09-09 03:46:40.000000000 +0200 +++ new/fgl-5.8.3.1/ChangeLog 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,10 @@ +5.8.3.1 +------- + +* Support QuickCheck 2.17. + +* Removed HLint ANN pragmas. + 5.8.3.0 ------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fgl-5.8.3.0/Data/Graph/Inductive/Monad.hs new/fgl-5.8.3.1/Data/Graph/Inductive/Monad.hs --- old/fgl-5.8.3.0/Data/Graph/Inductive/Monad.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/fgl-5.8.3.1/Data/Graph/Inductive/Monad.hs 2001-09-09 03:46:40.000000000 +0200 @@ -20,8 +20,6 @@ import Data.Graph.Inductive.Graph -{-# ANN module "HLint: ignore Redundant lambda" #-} - ---------------------------------------------------------------------- -- MONADIC GRAPH CLASS ---------------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fgl-5.8.3.0/Data/Graph/Inductive/Query/Dominators.hs new/fgl-5.8.3.1/Data/Graph/Inductive/Query/Dominators.hs --- old/fgl-5.8.3.0/Data/Graph/Inductive/Query/Dominators.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/fgl-5.8.3.1/Data/Graph/Inductive/Query/Dominators.hs 2001-09-09 03:46:40.000000000 +0200 @@ -21,7 +21,6 @@ import Data.Tree (Tree (..)) import qualified Data.Tree as T -{-# ANN iDom "HLint: ignore Use ***" #-} -- | return immediate dominators for each reachable node of a graph, given a root iDom :: (Graph gr) => gr a b -> Node -> [(Node,Node)] iDom g root = let (result, toNode, _) = idomWork g root diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fgl-5.8.3.0/fgl.cabal new/fgl-5.8.3.1/fgl.cabal --- old/fgl-5.8.3.0/fgl.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/fgl-5.8.3.1/fgl.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ name: fgl -version: 5.8.3.0 +version: 5.8.3.1 license: BSD3 license-file: LICENSE author: Martin Erwig, Ivan Lazar Miljenovic @@ -7,31 +7,29 @@ category: Data Structures, Graphs synopsis: Martin Erwig's Functional Graph Library -description: { -An inductive representation of manipulating graph data structures. -. -Original website can be found at <http://web.engr.oregonstate.edu/~erwig/fgl/haskell>. -} +description: + An inductive representation of manipulating graph data structures. + . + Original website can be found at <http://web.engr.oregonstate.edu/~erwig/fgl/haskell>. cabal-version: >= 1.10 build-type: Simple extra-source-files: ChangeLog -tested-with: GHC == 7.2.2, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, - GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.3, - GHC == 8.6.2, GHC == 8.8.2, GHC == 8.10.7, GHC == 9.0.2, - GHC == 9.2.4, GHC == 9.4.4, GHC == 9.6.3, GHC == 9.8.1 +tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, + GHC == 8.6.5, GHC == 8.8.4, GHC == 8.10.7, GHC == 9.0.2, + GHC == 9.2.8, GHC == 9.4.8, GHC == 9.6.7, GHC == 9.8.4, + GHC == 9.10.3, GHC == 9.12.2 source-repository head type: git location: https://github.com/haskell/fgl.git -flag containers042 { +flag containers042 manual: False default: True -} -library { +library default-language: Haskell98 exposed-modules: @@ -83,16 +81,14 @@ ghc-options: -Wall -} - -test-suite fgl-tests { +test-suite fgl-tests default-language: Haskell98 type: exitcode-stdio-1.0 build-depends: fgl , base - , QuickCheck >= 2.8 && < 2.15 + , QuickCheck >= 2.8 && < 2.17 , hspec >= 2.1 && < 2.12 , containers @@ -110,9 +106,7 @@ if impl(ghc >= 8.0) ghc-options: -Wall -Wno-star-is-type -} - -benchmark fgl-benchmark { +benchmark fgl-benchmark if flag(containers042) buildable: True else @@ -134,5 +128,3 @@ , deepseq ghc-options: -Wall - -}
