localise the single use of regexpr
This commit is contained in:
		
							parent
							
								
									7521992e85
								
							
						
					
					
						commit
						c2352c3c64
					
				| @ -21,7 +21,6 @@ module Debug.Trace, | ||||
| module Ledger.Utils, | ||||
| module Text.Printf, | ||||
| module Text.Regex, | ||||
| module Text.RegexPR, | ||||
| module Test.HUnit, | ||||
| ) | ||||
| where | ||||
| @ -39,7 +38,6 @@ import Debug.Trace | ||||
| import Test.HUnit | ||||
| import Text.Printf | ||||
| import Text.Regex | ||||
| import Text.RegexPR | ||||
| import Text.ParserCombinators.Parsec | ||||
| 
 | ||||
| 
 | ||||
|  | ||||
| @ -6,6 +6,7 @@ import System.Console.GetOpt | ||||
| import System.Directory | ||||
| import System.Environment | ||||
| import Text.Printf | ||||
| import Text.RegexPR (gsubRegexPRBy) | ||||
| import Data.Char (toLower) | ||||
| import Ledger.Parse | ||||
| import Ledger.Utils | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user