osc copypac from project:devel:languages:haskell:ghc-8.10.x package:hlint revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/hlint?expand=0&rev=6
This commit is contained in:
parent
1a793aadfe
commit
b4bd28daa4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dd420c3da81837bfe65f2de2bf9adacec0c9964a0783d2c5f224e7c1f1907fcd
|
|
||||||
size 152660
|
|
3
hlint-3.2.tar.gz
Normal file
3
hlint-3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3ff4143310971e3f9d3c37c4507dd1d8cbe901f5f9aae597105b64dec0f06a3c
|
||||||
|
size 148696
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 15 02:37:00 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update hlint to version 3.2.
|
||||||
|
3.2, released 2020-09-14
|
||||||
|
#75, make Windows 10 use color terminals
|
||||||
|
Make sure the extension removed matches what you called it
|
||||||
|
* #1124, make test into a flag rather than a mode, use --test
|
||||||
|
#1073, add LHS/RHS hints to the summary
|
||||||
|
* Remove test --proof, --quickcheck and --typecheck, --tempdir
|
||||||
|
* #1123, delete grep mode
|
||||||
|
#1122, show the --refactor command line with --loud
|
||||||
|
#1120, enable refactoring for use section
|
||||||
|
#1114, enable refactoring for redundant as-pattern
|
||||||
|
#1116, enable refactoring for redundant section
|
||||||
|
#1115, more TVar/TMVar hints
|
||||||
|
#1113, suggest x >>= pure . f becomes x <&> f
|
||||||
|
#1111, add hint for \x y -> (x,y) to (,), and for (,,)
|
||||||
|
#1108, enable refactoring for redundant variable capture
|
||||||
|
#1105, enable refactoring for more redundant return hints
|
||||||
|
#1103, enable refactoring for Redundant void
|
||||||
|
#1083, add hints for mempty as a function
|
||||||
|
#1097, enable refactoring for more avoid lambda hints
|
||||||
|
#1094, error on `-XFoo` if `Foo` is not a known extension
|
||||||
|
#1090, improve --verbose to print more information
|
||||||
|
#1085, support eta-reduce refactoring
|
||||||
|
#780, ignore dist and dist-newstyle directories
|
||||||
|
#1076, fix -XNoCpp and CPP around LANGUAGE extensions
|
||||||
|
#1077, warn on unused StandaloneKindSignatures
|
||||||
|
#1070, warn on unused ImportQualifiedPost
|
||||||
|
#1067, require apply-refact 0.8.1.0 (fixes lots of bugs)
|
||||||
|
#1064, don't remove OverloadedLists if there is a []
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 19 08:18:33 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
|
Wed Aug 19 08:18:33 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%global pkg_name hlint
|
%global pkg_name hlint
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: 3.1.6
|
Version: 3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Source code suggestions
|
Summary: Source code suggestions
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -74,7 +74,7 @@ Requires(postun): ghc-compiler = %{ghc_version}
|
|||||||
This package provides the Haskell %{name} library development files.
|
This package provides the Haskell %{name} library development files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
Loading…
Reference in New Issue
Block a user