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