1
0
forked from GitHub/gf-core

Convert from Text.PrettyPrint to GF.Text.Pretty

All compiler modules now use GF.Text.Pretty instead of Text.PrettyPrint
This commit is contained in:
hallgren
2014-07-28 11:58:00 +00:00
parent 1374c311d7
commit cbe5e8ab18
20 changed files with 100 additions and 100 deletions

View File

@@ -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