2020-12-18 13:53:24 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
|
2020-12-19 18:49:42 +01:00
|
|
|
- disable %{ix86} build
|
2020-12-18 13:53:24 +01:00
|
|
|
|
2020-11-24 10:16:34 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 23 10:11:21 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update hlint to version 3.2.3.
|
|
|
|
3.2.3, released 2020-11-23
|
|
|
|
#1160, never consult the .hscolour file for color preferences
|
|
|
|
#1171, do not refactor redundant lambda with case
|
|
|
|
#1169, default to -A32 (doubles speed for 4 CPU)
|
|
|
|
#1169, make -j actually use parallelism
|
|
|
|
#1167, enable refactoring for "Use lambda"
|
|
|
|
|
2020-11-17 19:44:40 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Nov 15 22:11:52 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update hlint to version 3.2.2.
|
|
|
|
3.2.2, released 2020-11-15
|
|
|
|
#1166, detect more unboxed data to avoid suggesting newtype
|
|
|
|
#1153, fix incorrect redundant bracket with @($foo)
|
|
|
|
#1163, do not suggest "Use lambda" when there are guards
|
|
|
|
#1160, add showIdeaANSI to show Idea values with escape codes
|
|
|
|
|
2020-10-20 11:16:02 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 16 02:00:52 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update hlint to version 3.2.1.
|
|
|
|
3.2.1, released 2020-10-15
|
|
|
|
#1150, remove the Duplicate hint (was slow)
|
|
|
|
#1149, allow within to use module wildcards, e.g. **.Foo
|
|
|
|
#1141, make redundant return highlight just the return
|
|
|
|
#1142, suggest newtype instead of data for data family instances
|
|
|
|
#1138, show allowed fields in YAML error message
|
|
|
|
#1131, fix potential variable capture in zipWith/repeat hint
|
|
|
|
#1129, add hints to use const and \_ x -> x where appropriate
|
|
|
|
|
2020-09-15 11:48:09 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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 []
|
|
|
|
|
2020-08-21 13:11:36 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 19 08:18:33 UTC 2020 - Michel Normand <normand@linux.vnet.ibm.com>
|
|
|
|
|
|
|
|
- Add _constraints with 6GB min disk space for ppc64/ppc64le
|
|
|
|
|
2020-08-19 03:02:39 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 18 10:46:52 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
|
|
|
|
- Replace %setup -q with the more modern %autosetup macro.
|
|
|
|
|
2020-07-08 21:28:35 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 25 02:00:26 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Update hlint to version 3.1.6.
|
|
|
|
3.1.6, released 2020-06-24
|
|
|
|
#1062, make sure matching inserts brackets if required
|
|
|
|
#1058, weaken the self-definition check to match more things
|
|
|
|
#1060, suggest [] ++ x and [] ++ x to x
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 23 09:31:45 UTC 2020 - psimons@suse.com
|
|
|
|
|
|
|
|
- Add hlint at version 3.1.5.
|
|
|
|
|