Moved the CString functions to GHC.CString in ghc-prim (needed for the new generic...
[ghc-base.git] / Setup.hs
1 module Main (main) where
2
3 import Distribution.Simple
4
5 main :: IO ()
6 main = defaultMainWithHooks defaultUserHooks