diff --git a/fgl-5.7.0.3.tar.gz b/fgl-5.7.0.3.tar.gz deleted file mode 100644 index 7bb5510..0000000 --- a/fgl-5.7.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2969b813b9067eb80708b056434da576fcd134a0ec757dd8e4018d566e7e6512 -size 56415 diff --git a/fgl-5.8.0.0.tar.gz b/fgl-5.8.0.0.tar.gz new file mode 100644 index 0000000..330f232 --- /dev/null +++ b/fgl-5.8.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60ec09472f9bac0e54a3b55a274b5872ad28a048d5230e006a28c5adc8b8d09 +size 56445 diff --git a/ghc-fgl.changes b/ghc-fgl.changes index 55ee40b..704b4d4 100644 --- a/ghc-fgl.changes +++ b/ghc-fgl.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Sep 24 07:24:12 UTC 2022 - Peter Simons + +- 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 + +- 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 diff --git a/ghc-fgl.spec b/ghc-fgl.spec index f59c996..869670a 100644 --- a/ghc-fgl.spec +++ b/ghc-fgl.spec @@ -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