diff --git a/fgl-5.8.2.0.tar.gz b/fgl-5.8.2.0.tar.gz deleted file mode 100644 index f788396..0000000 --- a/fgl-5.8.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44cf0cf720f1d3fb31689cab219adf9b1a5367b3fbf4bd6678f4d156f3e8c3b6 -size 57401 diff --git a/fgl-5.8.3.0.tar.gz b/fgl-5.8.3.0.tar.gz new file mode 100644 index 0000000..d94bc9c --- /dev/null +++ b/fgl-5.8.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ca15b162068a6cd8fd8685e2c1231ace4a24d56b2424b8e3f8988ff1ab63c1 +size 57723 diff --git a/ghc-fgl.changes b/ghc-fgl.changes index 2bc5fef..97aa88e 100644 --- a/ghc-fgl.changes +++ b/ghc-fgl.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Sep 30 06:53:01 UTC 2024 - Peter Simons + +- Update fgl to version 5.8.3.0. + 5.8.3.0 + ------- + + * Data.Graph.Inductive.NodeMap now has functions mkLookupNode, + insMapLookupNode, memberNode, and lookupNode for detecting whether a + graph already contains a node (issue #72, PR #77). + ------------------------------------------------------------------- Wed Oct 18 08:42:49 UTC 2023 - Peter Simons diff --git a/ghc-fgl.spec b/ghc-fgl.spec index 92d2e0b..5f2dfb2 100644 --- a/ghc-fgl.spec +++ b/ghc-fgl.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-fgl # -# 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,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 5.8.2.0 +Version: 5.8.3.0 Release: 0 Summary: Martin Erwig's Functional Graph Library License: BSD-3-Clause