;descriptions/notes/payees: fix build warning
This commit is contained in:
		
							parent
							
								
									095badd7f9
								
							
						
					
					
						commit
						9cdbce288c
					
				| @ -8,16 +8,12 @@ The @descriptions@ command lists allpayees seen in transactions. | ||||
| {-# LANGUAGE OverloadedStrings #-} | ||||
| {-# LANGUAGE ScopedTypeVariables #-} | ||||
| {-# LANGUAGE TemplateHaskell #-} | ||||
| {-# LANGUAGE CPP #-} | ||||
| 
 | ||||
| module Hledger.Cli.Commands.Descriptions ( | ||||
|   descriptionsmode | ||||
|  ,descriptions | ||||
| ) where | ||||
| 
 | ||||
| #if !(MIN_VERSION_base(4,11,0)) | ||||
| import Data.Monoid | ||||
| #endif | ||||
| import Data.List | ||||
| import qualified Data.Text.IO as T | ||||
| 
 | ||||
|  | ||||
| @ -15,9 +15,6 @@ module Hledger.Cli.Commands.Notes ( | ||||
|  ,notes | ||||
| ) where | ||||
| 
 | ||||
| #if !(MIN_VERSION_base(4,11,0)) | ||||
| import Data.Monoid | ||||
| #endif | ||||
| import Data.List | ||||
| import qualified Data.Text.IO as T | ||||
| 
 | ||||
|  | ||||
| @ -15,9 +15,6 @@ module Hledger.Cli.Commands.Payees ( | ||||
|  ,payees | ||||
| ) where | ||||
| 
 | ||||
| #if !(MIN_VERSION_base(4,11,0)) | ||||
| import Data.Monoid | ||||
| #endif | ||||
| import Data.List | ||||
| import qualified Data.Text.IO as T | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user