about summary refs log tree commit diff
path: root/src/Xanthous/Prelude.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Xanthous/Prelude.hs')
-rw-r--r--src/Xanthous/Prelude.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Xanthous/Prelude.hs b/src/Xanthous/Prelude.hs
new file mode 100644
index 0000000000..e75c11d7bb
--- /dev/null
+++ b/src/Xanthous/Prelude.hs
@@ -0,0 +1,10 @@
+module Xanthous.Prelude
+  ( module ClassyPrelude
+  , Type
+  , Constraint
+  , module GHC.TypeLits
+  ) where
+
+import ClassyPrelude hiding (return)
+import Data.Kind
+import GHC.TypeLits hiding (Text)