summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Infra/Dependencies.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/GF/Infra/Dependencies.hs')
-rw-r--r--src/compiler/GF/Infra/Dependencies.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Infra/Dependencies.hs b/src/compiler/GF/Infra/Dependencies.hs
index d90cbbae6..8c3d6666f 100644
--- a/src/compiler/GF/Infra/Dependencies.hs
+++ b/src/compiler/GF/Infra/Dependencies.hs
@@ -3,7 +3,7 @@ module GF.Infra.Dependencies (
) where
import GF.Grammar.Grammar
-import GF.Infra.Ident
+import GF.Infra.Ident(Ident,showIdent)
import Data.List (nub,isPrefixOf)