[project @ 2005-01-13 10:23:07 by simonmar]
[ghc-base.git] / GHC / Unicode.hs
index 5b7d47b..e190cc1 100644 (file)
@@ -1,4 +1,4 @@
-{-# OPTIONS -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -fno-implicit-prelude #-}
 -----------------------------------------------------------------------------
 -- |
 -- Module      :  GHC.Unicde
@@ -31,6 +31,7 @@ import GHC.Word
 import GHC.Num  (fromInteger)
 
 #include "ghcconfig.h"
+#include "HsBaseConfig.h"
 
 -- | Selects the first 128 characters of the Unicode character set,
 -- corresponding to the ASCII character set.