From c2352c3c64614a1e5ce0c7b44ed97c4bafebc698 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 2 Apr 2009 01:28:36 +0000 Subject: [PATCH] localise the single use of regexpr --- Ledger/Utils.hs | 2 -- Options.hs | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Ledger/Utils.hs b/Ledger/Utils.hs index 448c30909..fe7e5d780 100644 --- a/Ledger/Utils.hs +++ b/Ledger/Utils.hs @@ -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 diff --git a/Options.hs b/Options.hs index c023750f5..7d8e1f9f5 100644 --- a/Options.hs +++ b/Options.hs @@ -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