summaryrefslogtreecommitdiff
path: root/Import.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Import.hs')
-rw-r--r--Import.hs6
1 files changed, 6 insertions, 0 deletions
diff --git a/Import.hs b/Import.hs
new file mode 100644
index 0000000..a102001
--- /dev/null
+++ b/Import.hs
@@ -0,0 +1,6 @@
1module Import
2 ( module Import
3 ) where
4
5import Foundation as Import
6import Import.NoFoundation as Import