aboutsummaryrefslogtreecommitdiff
path: root/ast/CC
diff options
context:
space:
mode:
Diffstat (limited to 'ast/CC')
-rw-r--r--ast/CC/AST/Source.hs (renamed from ast/CC/Source.hs)2
-rw-r--r--ast/CC/AST/Typed.hs (renamed from ast/CC/Typed.hs)4
2 files changed, 3 insertions, 3 deletions
diff --git a/ast/CC/Source.hs b/ast/CC/AST/Source.hs
index c10f910..3d7d5ea 100644
--- a/ast/CC/Source.hs
+++ b/ast/CC/AST/Source.hs
@@ -1,4 +1,4 @@
-module CC.Source(module CC.Source, module CC.Types) where
+module CC.AST.Source(module CC.AST.Source, module CC.Types) where
import Data.List
diff --git a/ast/CC/Typed.hs b/ast/CC/AST/Typed.hs
index 53caa29..f4c4d56 100644
--- a/ast/CC/Typed.hs
+++ b/ast/CC/AST/Typed.hs
@@ -1,5 +1,5 @@
-module CC.Typed(
- module CC.Typed,
+module CC.AST.Typed(
+ module CC.AST.Typed,
module CC.Types
) where