6 lines
		
	
	
		
			102 B
		
	
	
	
		
			Haskell
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			102 B
		
	
	
	
		
			Haskell
		
	
	
	
	
	
{-
 | 
						|
Run hledger-lib's easytest tests using the easytest runner.
 | 
						|
-}
 | 
						|
import Hledger
 | 
						|
main = run easytests
 |