summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Config/StgToCmm.hs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Driver/Config/StgToCmm.hs-boot')
-rw-r--r--compiler/GHC/Driver/Config/StgToCmm.hs-boot7
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/GHC/Driver/Config/StgToCmm.hs-boot b/compiler/GHC/Driver/Config/StgToCmm.hs-boot
new file mode 100644
index 0000000000..8344756b2e
--- /dev/null
+++ b/compiler/GHC/Driver/Config/StgToCmm.hs-boot
@@ -0,0 +1,7 @@
+module GHC.Driver.Config.StgToCmm
+where
+
+data PrimitiveImplementation
+ = LlvmPrimitives
+ | NcgPrimitives
+ | GenericPrimitives