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/GrammarToPGF.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/GF/Compile/GrammarToPGF.hs') diff --git a/src/compiler/GF/Compile/GrammarToPGF.hs b/src/compiler/GF/Compile/GrammarToPGF.hs index b72bbb347..feccea46a 100644 --- a/src/compiler/GF/Compile/GrammarToPGF.hs +++ b/src/compiler/GF/Compile/GrammarToPGF.hs @@ -30,7 +30,7 @@ import qualified Data.Set as Set import qualified Data.Map as Map import qualified Data.IntMap as IntMap import Data.Array.IArray ---import Text.PrettyPrint +--import GF.Text.Pretty --import Control.Monad.Identity mkCanon2pgf :: Options -> SourceGrammar -> Ident -> IOE D.PGF -- cgit v1.2.3