[commit: base] master: Move the Word type from base to ghc-prim (dc521b8)
Ian Lynagh
igloo at earth.li
Tue May 22 03:58:35 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/dc521b8b23847b07072a1aea0f56614ae2370e02
>---------------------------------------------------------------
commit dc521b8b23847b07072a1aea0f56614ae2370e02
Author: Ian Lynagh <igloo at earth.li>
Date: Mon May 21 23:20:41 2012 +0100
Move the Word type from base to ghc-prim
Data/Bits.hs | 32 ++++++++++++
Foreign/Ptr.hs | 3 -
GHC/Arr.lhs | 6 ++
GHC/Enum.lhs | 20 ++++++++
GHC/Event/IntMap.hs | 4 +-
GHC/Num.lhs | 18 +++++++
GHC/Read.lhs | 3 +
GHC/Real.lhs | 67 +++++++++++++++++++++++++-
GHC/Show.lhs | 10 ++++
GHC/Word.hs | 134 ---------------------------------------------------
10 files changed, 156 insertions(+), 141 deletions(-)
Diff suppressed because of size. To see it, use:
git show dc521b8b23847b07072a1aea0f56614ae2370e02
More information about the Cvs-libraries
mailing list