Move Integer out into its own package
[ghc-base.git] / base.cabal
index 335ab39..00aa1f3 100644 (file)
@@ -16,11 +16,8 @@ extra-tmp-files:
 
 
 Library {
-    -- This is actually something of a hack, as if we are using
-    -- GHC and we don't have an rts package for some reason, we
-    -- actually ought to fail.
     if impl(ghc) {
-        build-depends: rts
+        build-depends: rts, ghc-prim, integer
         exposed-modules:
             Data.Generics,
             Data.Generics.Aliases,