Ian Do you think it'd be possible to write a GHC Wiki page explaining the architecture of the packages that are essential to build GHC, and their various dependencies, along with the rationale for the way they are divided up?
Thanks Simon | -----Original Message----- | From: [EMAIL PROTECTED] [mailto:cvs-libraries- | [EMAIL PROTECTED] On Behalf Of Ian Lynagh | Sent: 23 March 2008 22:32 | To: [email protected] | Subject: patch applied (packages/base): Move Integer out into its own package | | Sun Mar 23 11:13:42 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> | * 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. | | M ./Data/Bits.hs -25 +6 | M ./Data/Unique.hs -5 +3 | M ./GHC/Base.lhs -16 +23 | M ./GHC/Exts.hs -1 +2 | M ./GHC/Float.lhs -22 +9 | M ./GHC/Int.hs -14 +10 | M ./GHC/Num.lhs -323 +102 | M ./GHC/Ptr.lhs -4 +1 | M ./GHC/Real.lhs -6 +11 | M ./GHC/Word.hs -19 +14 | M ./base.cabal -4 +1 | _______________________________________________ | Cvs-libraries mailing list | [email protected] | http://www.haskell.org/mailman/listinfo/cvs-libraries _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
