prettify/hlint
This commit is contained in:
		
							parent
							
								
									494c74f81b
								
							
						
					
					
						commit
						6259701842
					
				| @ -1,19 +1,15 @@ | |||||||
| module Hledger ( | module Hledger ( | ||||||
|                 module Hledger.Data |   module X | ||||||
|                ,module Hledger.Query |  ,tests_Hledger | ||||||
|                ,module Hledger.Read |  | ||||||
|                ,module Hledger.Reports |  | ||||||
|                ,module Hledger.Utils |  | ||||||
|                ,tests_Hledger |  | ||||||
| ) | ) | ||||||
| where | where | ||||||
| import Test.HUnit | import           Test.HUnit | ||||||
| 
 | 
 | ||||||
| import Hledger.Data | import           Hledger.Data    as X | ||||||
| import Hledger.Query | import           Hledger.Query   as X | ||||||
| import Hledger.Read hiding (samplejournal) | import           Hledger.Read    as X hiding (samplejournal) | ||||||
| import Hledger.Reports | import           Hledger.Reports as X | ||||||
| import Hledger.Utils | import           Hledger.Utils   as X | ||||||
| 
 | 
 | ||||||
| tests_Hledger = TestList | tests_Hledger = TestList | ||||||
|     [ |     [ | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user