From 7a91afc02a0a245bf9fea248e61421a75c22137d Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 28 Jul 2014 11:58:00 +0000 Subject: Convert from Text.PrettyPrint to GF.Text.Pretty All compiler modules now use GF.Text.Pretty instead of Text.PrettyPrint --- src/compiler/GF/Command/Interpreter.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/GF/Command') diff --git a/src/compiler/GF/Command/Interpreter.hs b/src/compiler/GF/Command/Interpreter.hs index 001c18554..3b0f77ace 100644 --- a/src/compiler/GF/Command/Interpreter.hs +++ b/src/compiler/GF/Command/Interpreter.hs @@ -16,7 +16,7 @@ import PGF.Internal --import PGF.Morphology import GF.Infra.SIO -import Text.PrettyPrint +import GF.Text.Pretty import Control.Monad(when) --import Control.Monad.Error() import qualified Data.Map as Map -- cgit v1.2.3