summaryrefslogtreecommitdiff
path: root/src/GF/GFCC/TestGFCC.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/GFCC/TestGFCC.hs')
-rw-r--r--src/GF/GFCC/TestGFCC.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/GFCC/TestGFCC.hs b/src/GF/GFCC/TestGFCC.hs
index 761e1db5f..c379a687a 100644
--- a/src/GF/GFCC/TestGFCC.hs
+++ b/src/GF/GFCC/TestGFCC.hs
@@ -14,7 +14,7 @@ import GF.GFCC.AbsGFCC
-import GF.GFCC.ErrM
+import GF.Data.ErrM
type ParseFun a = [Token] -> Err a