From 4946572992bef7c54e190631996540b99efe49ac6de9fc279c75ee072f9baa52 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 1 Mar 2024 19:00:06 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.8.x package:hlint revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hlint?expand=0&rev=33 --- hlint-3.6.1.tar.gz | 3 --- hlint-3.8.tar.gz | 3 +++ hlint.changes | 12 ++++++++++++ hlint.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 hlint-3.6.1.tar.gz create mode 100644 hlint-3.8.tar.gz diff --git a/hlint-3.6.1.tar.gz b/hlint-3.6.1.tar.gz deleted file mode 100644 index 3849b09..0000000 --- a/hlint-3.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3280132bb3c1b39faa4c8c6a937479d4622484914da6a227a2ce4b15a76741fd -size 182072 diff --git a/hlint-3.8.tar.gz b/hlint-3.8.tar.gz new file mode 100644 index 0000000..af5f3da --- /dev/null +++ b/hlint-3.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f236b62be7f28ff2900745a227a29c50b68c9f33c849c678b5c564519bbd74 +size 183849 diff --git a/hlint.changes b/hlint.changes index 1f09e75..0ac866a 100644 --- a/hlint.changes +++ b/hlint.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Jan 20 13:28:58 UTC 2024 - Peter Simons + +- Update hlint to version 3.8. + 3.8, released 2024-01-15 + #1552, make --git and --ignore-glob work nicely together + #1502, fix incorrect free variable calculation in some cases + #1555, slightly more efficient concatMap usages (e.g. pull filter out) + #1500, suggest avoiding NonEmpty.unzip (use Functor.unzip) + * #1544, upgrade to GHC 9.8 + #1540, correct Functor law hint, was missing brackets + ------------------------------------------------------------------- Fri Jul 7 10:00:52 UTC 2023 - Peter Simons diff --git a/hlint.spec b/hlint.spec index eb9bfc5..ec5e835 100644 --- a/hlint.spec +++ b/hlint.spec @@ -1,7 +1,7 @@ # # spec file for package hlint # -# 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 @@ -19,7 +19,7 @@ %global pkg_name hlint %global pkgver %{pkg_name}-%{version} Name: %{pkg_name} -Version: 3.6.1 +Version: 3.8 Release: 0 Summary: Source code suggestions License: BSD-3-Clause