lib: fix my wrong merge of #880
This commit is contained in:
		
							parent
							
								
									0f921bfbe0
								
							
						
					
					
						commit
						f6e095e794
					
				@ -481,7 +481,7 @@ periodictransactionp = do
 | 
				
			|||||||
  lift $ skipMany spacenonewline
 | 
					  lift $ skipMany spacenonewline
 | 
				
			||||||
  -- a period expression
 | 
					  -- a period expression
 | 
				
			||||||
  off <- getOffset
 | 
					  off <- getOffset
 | 
				
			||||||
  pos <- getPosition
 | 
					  pos <- getSourcePos
 | 
				
			||||||
  
 | 
					  
 | 
				
			||||||
  -- if there's a default year in effect, use Y/1/1 as base for partial/relative dates
 | 
					  -- if there's a default year in effect, use Y/1/1 as base for partial/relative dates
 | 
				
			||||||
  today <- liftIO getCurrentDay
 | 
					  today <- liftIO getCurrentDay
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user