Histogram: fixes previous change
change made in Histogram:cabal test and hlint warning
This commit is contained in:
		
							parent
							
								
									3182f2c69a
								
							
						
					
					
						commit
						38f977fa48
					
				| @ -21,7 +21,7 @@ import Prelude hiding (putStr) | |||||||
| import Hledger.Utils.UTF8IOCompat (putStr) | import Hledger.Utils.UTF8IOCompat (putStr) | ||||||
| 
 | 
 | ||||||
| activitymode :: Mode RawOpts | activitymode :: Mode RawOpts | ||||||
| activitymode = (defCommandMode $ ["activity"] : aliases) { | activitymode = (defCommandMode $ ["activity"] ++ aliases) { | ||||||
|   modeHelp = "show an ascii barchart of posting counts per interval (default: daily)" `withAliases` aliases |   modeHelp = "show an ascii barchart of posting counts per interval (default: daily)" `withAliases` aliases | ||||||
|  ,modeHelpSuffix = [] |  ,modeHelpSuffix = [] | ||||||
|  ,modeGroupFlags = Group { |  ,modeGroupFlags = Group { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user