Moved the CString functions to GHC.CString in ghc-prim (needed for the new generic...
authorJose Pedro Magalhaes <jpm@cs.uu.nl>
Tue, 3 May 2011 09:50:30 +0000 (11:50 +0200)
committerJose Pedro Magalhaes <jpm@cs.uu.nl>
Tue, 3 May 2011 09:50:30 +0000 (11:50 +0200)
commitdf8d9fc17f6750afe10021cee1b53f200d26d2bf
treef2ee1c6da7d4509c84955f0c742c80ec976cacd7
parente95046ebf2e4833b56c6ddaf5b3108390cee08a5
Moved the CString functions to GHC.CString in ghc-prim (needed for the new generic deriving mechanism).

Import and re-export GHC.CString from GHC.Base.
GHC/Base.lhs