summaryrefslogtreecommitdiff
path: root/compiler/prelude/PrimOp.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/prelude/PrimOp.lhs')
-rw-r--r--compiler/prelude/PrimOp.lhs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/prelude/PrimOp.lhs b/compiler/prelude/PrimOp.lhs
index 12f71c2230..4155a541ba 100644
--- a/compiler/prelude/PrimOp.lhs
+++ b/compiler/prelude/PrimOp.lhs
@@ -4,6 +4,8 @@
\section[PrimOp]{Primitive operations (machine-level)}
\begin{code}
+{-# LANGUAGE CPP #-}
+
module PrimOp (
PrimOp(..), PrimOpVecCat(..), allThePrimOps,
primOpType, primOpSig,