Remove the GHC 6.4 unicode compat stuff; we can now just use Data.Char
[ghc-hetmet.git] / compiler / ghc.cabal.in
index 3cd35d2..51d7bbc 100644 (file)
@@ -109,8 +109,6 @@ Library
     c-sources:
         parser/cutils.c
         utils/md5.c
-        -- For GHC < 6.5:
-        cbits/unicode.c
 
     if flag(dynlibs)
         c-sources:
@@ -422,7 +420,6 @@ Library
         Serialized
         State
         StringBuffer
-        Unicode
         UniqFM
         UniqSet
         Util