From cc029cd1a6d3712f8f6ae2e936c26c8bc337f097 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Tue, 2 Jun 2009 14:16:14 +0000 Subject: [PATCH] Add missing -XTypeOperators --- GHC/Generics.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GHC/Generics.hs b/GHC/Generics.hs index c36e073..6c97085 100644 --- a/GHC/Generics.hs +++ b/GHC/Generics.hs @@ -1,5 +1,4 @@ - -{-# OPTIONS_GHC -XNoImplicitPrelude #-} +{-# OPTIONS_GHC -XNoImplicitPrelude -XTypeOperators #-} module GHC.Generics where -- 1.7.10.4