X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc-prim.cabal;h=5d2c0883c9dbe8cf6a341576c02133df6e7108f9;hb=b651c80fe948fea06f39fa7476da4963e4dfcb4c;hp=0ef7a174e1e59c2f8f66b595ca6a7de4ac36f4cb;hpb=4fff016b8114f906008b13686ec9f678d2a0eb09;p=ghc-prim.git diff --git a/ghc-prim.cabal b/ghc-prim.cabal index 0ef7a17..5d2c088 100644 --- a/ghc-prim.cabal +++ b/ghc-prim.cabal @@ -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