Move Integer out into its own package
authorIan Lynagh <igloo@earth.li>
Sun, 23 Mar 2008 18:13:42 +0000 (18:13 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 23 Mar 2008 18:13:42 +0000 (18:13 +0000)
commit72e4fe7801d2d8ab5b243cbb430272b45010f59d
tree7ad5611162e1f4351a9effa197e01ace56803703
parent12c6837ca86f944694e95e931b3c3576768f9e93
Move Integer out into its own package
We now depend on the new integer package.
We also depend on a new ghc-prim package, which has GHC.Prim,
GHC.PrimopWrappers, and new modules GHC.Bool and GHC.Generics,
containing Bool and Unit/Inl/Inr respectively.
Data/Bits.hs
Data/Unique.hs
GHC/Base.lhs
GHC/Exts.hs
GHC/Float.lhs
GHC/Int.hs
GHC/Num.lhs
GHC/Ptr.lhs
GHC/Real.lhs
GHC/Word.hs
base.cabal