Add missing -XTypeOperators
[ghc-prim.git] / GHC / Generics.hs
index c36e073..6c97085 100644 (file)
@@ -1,5 +1,4 @@
-
-{-# OPTIONS_GHC -XNoImplicitPrelude #-}
+{-# OPTIONS_GHC -XNoImplicitPrelude -XTypeOperators #-}
 
 module GHC.Generics where