summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Base.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/Base.hs-boot')
-rw-r--r--libraries/base/GHC/Base.hs-boot9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/base/GHC/Base.hs-boot b/libraries/base/GHC/Base.hs-boot
new file mode 100644
index 0000000000..64e6365525
--- /dev/null
+++ b/libraries/base/GHC/Base.hs-boot
@@ -0,0 +1,9 @@
+{-# LANGUAGE NoImplicitPrelude #-}
+
+module GHC.Base (Maybe, Semigroup, Monoid) where
+
+import GHC.Maybe (Maybe)
+import GHC.Types ()
+
+class Semigroup a
+class Monoid a