File hlint.changes of Package hlint
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
-------------------------------------------------------------------
Thu Jul 27 14:04:59 UTC 2017 - psimons@suse.com
- Update to version 2.0.9.
-------------------------------------------------------------------
Sun Feb 12 14:19:41 UTC 2017 - psimons@suse.com
- Update to version 1.9.41 with cabal2obs.
-------------------------------------------------------------------
Sun Jul 10 17:30:59 UTC 2016 - psimons@suse.com
- Update to version 1.9.35 revision 0 with cabal2obs.
-------------------------------------------------------------------
Sat Jun 11 11:19:42 UTC 2016 - mimi.vx@gmail.com
- update to 1.9.35
* fix parse error reports
* update hlint.ghci to work with modern GHC
* Require extra-1.4.9
-------------------------------------------------------------------
Thu Jun 2 04:55:23 UTC 2016 - mimi.vx@gmail.com
- update to 1.9.34
* fix some incorrect line numbers in literate Haskell
* fix literate Haskell and CPP
* remove type-incorrect "on" hint
* warn about join seq
* suggest <|> instead of mplus in a few cases
-------------------------------------------------------------------
Fri Mar 25 08:07:37 UTC 2016 - mimi.vx@gmail.com
- updateto 1.9.32
* require cpphs-1.20.1, has important fixes
* treat select $ specially, as per esqueleto conventions
* don't modify qualification on substitutions
* add void/mapM_/forM_ hints
-------------------------------------------------------------------
Wed Mar 2 10:22:56 UTC 2016 - mimi.vx@gmail.com
- update to 1.9.31
* don't suggest removing ~ if the Strict extension is on
-------------------------------------------------------------------
Sun Feb 28 21:42:14 UTC 2016 - mimi.vx@gmail.com
- update to 1.9.30
* fix incorrect hints of foldr/foldl on a tuple accumulator
* add warnings about foldable methods on tuple
* Put warnings before suggestions in the HTML report
-------------------------------------------------------------------
Thu Feb 4 18:11:55 UTC 2016 - mimi.vx@gmail.com
- update to 1.9.28
* spot newtype deriving inside classes
* avoid recompiling everything twice
* don't suggest removing bang patterns on let
* Rename HintStructure to HintPattern
* add an hlint function to the HLint3 API
* warn about unused DefaultSignatures extension
* add -XHaskell2010 and fix -XHaskell98
* Allow checking even if a function has different arities
* don't warn on a -> (b -> c), it's sometimes sensible
* make parse errors severity Error
* warn on otherwise in a pattern variable
* eta reduce fun x = f $ x
* don't ever suggest liftM
* downgrade built in hints, Error => Warning => Suggestion
* add a Suggestion level severity
* make sure you close file handles
* add hint compare x y == EQ and /=
* add hint concatMap id ==> concat
* include refactorings is --json output
-------------------------------------------------------------------
Sun Jan 3 09:52:09 UTC 2016 - mimi.vx@gmail.com
- update to 1.9.26
* fix all lint warnings
* expose argsSettings
-------------------------------------------------------------------
Tue Dec 15 14:56:39 UTC 2015 - mimi.vx@gmail.com
- update to 1.9.25
* fix stdin output and --refactor on Windows
* improve spotting redundant brackets around patterns
* reenable redundant where hint
* require haskell-src-exts-1.17
* allow test_ as a prefix
-------------------------------------------------------------------
Tue Nov 3 10:06:54 UTC 2015 - mimi.vx@gmail.com
- update to 1.9.22
* Don't suggest redundant lambda on view patterns
* Add --no-exit-code flag
* don't suggest string literals
* disable 'rec' stealing extensions by default
* add hints for eta-reduced operators
* integrate a --refactor flag
* fix the -fglasgow-exts hint
* better name for moving brackets to eliminate $
* Extra hints for <$>
* Remove a redundant fmap hint
* add =<< rules in addition to >>=
-------------------------------------------------------------------
Sun May 31 20:20:29 UTC 2015 - mimi.vx@gmail.com
- update to 1.9.21
* ignore a BOM if it exists
* don't find files starting with . when searching directories
* Suggest concat even if the [] is written ""
-------------------------------------------------------------------
Mon Apr 27 08:16:51 UTC 2015 - mimi.vx@gmail.com
- version bump to 1.9.20
* fix the zipWith/repeat hint
* don't remove RecursiveDo if they use the rec statement
* Add a suggestion concatMap/map ==> concatMap
* More GHC 7.10 warnings and build support
-------------------------------------------------------------------
Sun Mar 15 14:22:57 UTC 2015 - mimi.vx@gmail.com
- version bump to 1.9.17
+ support hscolour-1.21
-------------------------------------------------------------------
Fri Jan 30 20:23:33 UTC 2015 - mimi.vx@gmail.com
- version bump to 1.9.16
+make "hlint ." work again
+avoid warnings with GHC 7.10
+build with GHC 7.10
+don't suggest const for values using RecordWildCards
+remove the encoding bits of the API
+add an HLint3 prototype API
+make the --quickcheck tests work on GHC 7.8
+Add --tempdir flag to the test mode
-------------------------------------------------------------------
Sat Nov 22 12:45:28 UTC 2014 - mimi.vx@gmail.com
- change mv to install command
- move rpmlintrc to hlint.rpmlintrc
-------------------------------------------------------------------
Fri Nov 21 20:23:46 UTC 2014 - mimi.vx@gmail.com
-initial commit