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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hlint?expand=0&rev=18
This commit is contained in:
Ondřej Súkup 2021-01-08 10:06:22 +00:00 committed by Git OBS Bridge
parent a622363b76
commit 404a14a8be
4 changed files with 26 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jan 4 11:06:26 UTC 2021 - psimons@suse.com
- Update hlint to version 3.2.6.
3.2.6, released 2020-12-30
Fixes to the release generation script
-------------------------------------------------------------------
Wed Dec 30 17:54:00 UTC 2020 - psimons@suse.com
- Update hlint to version 3.2.5.
3.2.5, released 2020-12-30
Fixes to the release generation script
3.2.4, released 2020-12-30
#1193, add warnings for redundant flip
#1183, allow matches where users specify unnecessary brackets
#1177, remove suggestions for fromMaybe False/fromMaybe True
#1176, suggest use of unzip
#1159, spot redundant brackets due to fixities, default ignored
#1172, suggest reusing fromLeft/fromRight
-------------------------------------------------------------------
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 hlint
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%global pkg_name hlint
Name: %{pkg_name}
Version: 3.2.3
Version: 3.2.6
Release: 0
Summary: Source code suggestions
License: BSD-3-Clause