diff options
Diffstat (limited to 'src/compiler/GF/Compile/Compute/Abstract.hs')
| -rw-r--r-- | src/compiler/GF/Compile/Compute/Abstract.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Compile/Compute/Abstract.hs b/src/compiler/GF/Compile/Compute/Abstract.hs index ef7974314..c374a80b4 100644 --- a/src/compiler/GF/Compile/Compute/Abstract.hs +++ b/src/compiler/GF/Compile/Compute/Abstract.hs @@ -29,7 +29,7 @@ import GF.Grammar.Lookup import Debug.Trace import Data.List(intersperse) import Control.Monad (liftM, liftM2) -import Text.PrettyPrint +import GF.Text.Pretty -- for debugging tracd m t = t |
