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/Compile/Compute/AppPredefined.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/compiler/GF/Compile/Compute/AppPredefined.hs') diff --git a/src/compiler/GF/Compile/Compute/AppPredefined.hs b/src/compiler/GF/Compile/Compute/AppPredefined.hs index 2a1998283..0869cedee 100644 --- a/src/compiler/GF/Compile/Compute/AppPredefined.hs +++ b/src/compiler/GF/Compile/Compute/AppPredefined.hs @@ -23,7 +23,7 @@ import GF.Grammar import GF.Grammar.Predef import qualified Data.Map as Map -import Text.PrettyPrint +import GF.Text.Pretty import Data.Char (isUpper,toUpper,toLower) -- predefined function type signatures and definitions. AR 12/3/2003. @@ -140,4 +140,4 @@ mapStr ty f t = case (ty,t) of mapField (mty,te) = case mty of Just ty -> (mty,mapStr ty f te) _ -> (mty,te) --} \ No newline at end of file +-} -- cgit v1.2.3