diff options
Diffstat (limited to 'src/compiler/GF/Infra/Dependencies.hs')
| -rw-r--r-- | src/compiler/GF/Infra/Dependencies.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Infra/Dependencies.hs b/src/compiler/GF/Infra/Dependencies.hs index af2088711..9a870b139 100644 --- a/src/compiler/GF/Infra/Dependencies.hs +++ b/src/compiler/GF/Infra/Dependencies.hs @@ -35,7 +35,7 @@ prDepGraph deps = unlines $ [ "ed" -> "style = \"dotted\"" data ModDeps = ModDeps { - modtype :: ModuleType Ident, + modtype :: ModuleType, ofs :: [Ident], extendeds :: [Ident], openeds :: [Ident], |
