Accepting request 1218555 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/1218555 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-fgl?expand=0&rev=10
This commit is contained in:
commit
1f7bf13b88
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:44cf0cf720f1d3fb31689cab219adf9b1a5367b3fbf4bd6678f4d156f3e8c3b6
|
||||
size 57401
|
3
fgl-5.8.3.0.tar.gz
Normal file
3
fgl-5.8.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4ca15b162068a6cd8fd8685e2c1231ace4a24d56b2424b8e3f8988ff1ab63c1
|
||||
size 57723
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 30 06:53:01 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- 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 <psimons@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user