osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-fgl revision:13, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-fgl?expand=0&rev=11
This commit is contained in:
Peter Simons 2022-10-06 14:46:21 +00:00 committed by Git OBS Bridge
parent 9c3b09eb3a
commit 66da4d0381
4 changed files with 22 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2969b813b9067eb80708b056434da576fcd134a0ec757dd8e4018d566e7e6512
size 56415

3
fgl-5.8.0.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d60ec09472f9bac0e54a3b55a274b5872ad28a048d5230e006a28c5adc8b8d09
size 56445

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 24 07:24:12 UTC 2022 - Peter Simons <psimons@suse.com>
- Update fgl to version 5.8.0.0.
5.8.0.0
-------
* Breaking change: MonadFail is no longer a superclass of GraphM.
This is to support GHC 9.4. This has no effect on the IO and ST
instances of GraphM, but may affect users.
-------------------------------------------------------------------
Thu Aug 25 22:05:53 UTC 2022 - Peter Simons <psimons@suse.com>
- Update fgl to version 5.7.0.3 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-fgl
#
# Copyright (c) 2020 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
@ -19,7 +19,7 @@
%global pkg_name fgl
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 5.7.0.3
Version: 5.8.0.0
Release: 0
Summary: Martin Erwig's Functional Graph Library
License: BSD-3-Clause