Add a GHC.Debug module, with debugLn :: [Char] -> IO ()
[ghc-prim.git] / ghc-prim.cabal
index de9fd20..4300ad8 100644 (file)
@@ -23,6 +23,7 @@ Library {
     build-depends: rts
     exposed-modules:
         GHC.Bool
+        GHC.Debug
         GHC.Generics
         GHC.Ordering
         GHC.PrimopWrappers
@@ -37,6 +38,7 @@ Library {
     }
 
     c-sources:
+        cbits/debug.c
         cbits/longlong.c
     extensions: CPP, MagicHash, ForeignFunctionInterface, UnliftedFFITypes,
                 UnboxedTuples, EmptyDataDecls, NoImplicitPrelude