diff --git a/tensorflow-opgen/src/TensorFlow/OpGen.hs b/tensorflow-opgen/src/TensorFlow/OpGen.hs index 2a56c7d..ac1e02d 100644 --- a/tensorflow-opgen/src/TensorFlow/OpGen.hs +++ b/tensorflow-opgen/src/TensorFlow/OpGen.hs @@ -177,7 +177,7 @@ renderOp pOp = stack $ -- to stack calling "-dump-hi" which (unnecessarily) includes the -- inlining information, and is large for ops with many arguments. #if __GLASGOW_HASKELL__ < 800 - , "{-# NOINLINE " <> n <> "#-}" + , "{-# NOINLINE" <+> n <+> "#-}" #endif , n <+> "::" <+> hang 0 (typeSig empty pOp) , n <+> "=" <+> n <> "' id"