patch applied (packages/base): Move Integer out into its own package

Simon Peyton-Jones simonpj at microsoft.com
Mon Mar 24 07:45:37 EDT 2008


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: cvs-libraries-bounces at haskell.org [mailto:cvs-libraries-
| bounces at haskell.org] On Behalf Of Ian Lynagh
| Sent: 23 March 2008 22:32
| To: cvs-libraries at haskell.org
| Subject: patch applied (packages/base): Move Integer out into its own package
|
| Sun Mar 23 11:13:42 PDT 2008  Ian Lynagh <igloo at earth.li>
|   * 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
| Cvs-libraries at haskell.org
| http://www.haskell.org/mailman/listinfo/cvs-libraries


More information about the Cvs-libraries mailing list