ui, web: fix build after tests cleanup
This commit is contained in:
		
							parent
							
								
									ff7b6d1780
								
							
						
					
					
						commit
						0f83fb91c1
					
				| @ -5,12 +5,10 @@ Re-export the modules of the hledger-ui program. | ||||
| module Hledger.UI ( | ||||
|                      module Hledger.UI.Main, | ||||
|                      module Hledger.UI.UIOptions, | ||||
|                      module Hledger.UI.Theme, | ||||
|                      tests_Hledger_UI | ||||
|                      module Hledger.UI.Theme | ||||
|               ) | ||||
| where | ||||
| 
 | ||||
| import Hledger.UI.Main | ||||
| import Hledger.UI.UIOptions | ||||
| import Hledger.UI.Theme | ||||
| import Test.HUnit as U | ||||
|  | ||||
| @ -5,9 +5,7 @@ Re-export the modules of the hledger-web program. | ||||
| module Hledger.Web | ||||
|   ( module Hledger.Web.WebOptions | ||||
|   , module Hledger.Web.Main | ||||
|   , tests_Hledger_Web | ||||
|   ) where | ||||
| 
 | ||||
| import Hledger.Web.WebOptions | ||||
| import Hledger.Web.Main | ||||
| import Test.HUnit as U | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user