Move Int, Float and Double into ghc-prim:GHC.Types
[ghc-prim.git] / ghc-prim.cabal
index f4235f6..85811ce 100644 (file)
@@ -17,6 +17,9 @@ Library {
         GHC.PrimopWrappers
         GHC.IntWord32
         GHC.IntWord64
+        GHC.Tuple
+        GHC.Types
+        GHC.Unit
     c-sources:
         cbits/longlong.c
     extensions: CPP, MagicHash, ForeignFunctionInterface, UnliftedFFITypes