File hlint.changes of Package hlint
-------------------------------------------------------------------
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