aboutsummaryrefslogtreecommitdiff
path: root/ast/CC/AST/Source.hs
diff options
context:
space:
mode:
Diffstat (limited to 'ast/CC/AST/Source.hs')
-rw-r--r--ast/CC/AST/Source.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/ast/CC/AST/Source.hs b/ast/CC/AST/Source.hs
index 3d7d5ea..11b7bc6 100644
--- a/ast/CC/AST/Source.hs
+++ b/ast/CC/AST/Source.hs
@@ -1,4 +1,7 @@
-module CC.AST.Source(module CC.AST.Source, module CC.Types) where
+module CC.AST.Source(
+ module CC.AST.Source,
+ module CC.Types
+) where
import Data.List