Tuple datatypes are now in GHC.Tuple (they were in base:Data.Tuple before)
[ghc-prim.git] / ghc-prim.cabal
index f4235f6..0ef7a17 100644 (file)
@@ -17,6 +17,8 @@ Library {
         GHC.PrimopWrappers
         GHC.IntWord32
         GHC.IntWord64
+        GHC.Tuple
+        GHC.Unit
     c-sources:
         cbits/longlong.c
     extensions: CPP, MagicHash, ForeignFunctionInterface, UnliftedFFITypes