Accepting request 1157280 from devel:languages:haskell

Update Haskell ecosystem to GHC version 9.8.2.

OBS-URL: https://build.opensuse.org/request/show/1157280
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hlint?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2024-03-20 20:14:36 +00:00 committed by Git OBS Bridge
commit 7f37754cd7
4 changed files with 17 additions and 5 deletions

View File

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

3
hlint-3.8.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jan 20 13:28:58 UTC 2024 - Peter Simons <psimons@suse.com>
- 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 <psimons@suse.com>

View File

@ -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