Fix compilation of Setup.hs with GHC 6.9
[ghc-prim.git] / ghc-prim.cabal
index 0ef7a17..5d2c088 100644 (file)
@@ -18,10 +18,12 @@ Library {
         GHC.IntWord32
         GHC.IntWord64
         GHC.Tuple
+        GHC.Types
         GHC.Unit
     c-sources:
         cbits/longlong.c
-    extensions: CPP, MagicHash, ForeignFunctionInterface, UnliftedFFITypes
+    extensions: CPP, MagicHash, ForeignFunctionInterface, UnliftedFFITypes,
+                UnboxedTuples, EmptyDataDecls, NoImplicitPrelude
     -- We need to set the package name to ghc-prim (without a version number)
     -- as it's magic.
     ghc-options: -package-name ghc-prim