localise the single use of regexpr

This commit is contained in:
Simon Michael 2009-04-02 01:28:36 +00:00
parent 7521992e85
commit c2352c3c64
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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