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
This commit is contained in:
parent
5c37c6ecad
commit
4946572992
@ -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
3
hlint-3.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8f236b62be7f28ff2900745a227a29c50b68c9f33c849c678b5c564519bbd74
|
||||
size 183849
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user