From: Robert v. H. <rh...@cs...> - 2005-05-27 10:42:18
|
Hello, I get some compile errors when I am comping from CVS. I am using GHC 6.4, HSQL and MySQL support. This is what I get: build/ghc/Database/HaskellDB/FieldType.hs:76:24: Couldn't match `TypeRep' against `TyCon' Expected type: TypeRep Inferred type: TyCon In the application `mkTyCon "System.Time.CalendarTime"' In the first argument of `mkAppTy', namely `(mkTyCon "System.Time.CalendarTime")' build/ghc/Database/HaskellDB/FieldType.hs:79:24: Couldn't match `TypeRep' against `TyCon' Expected type: TypeRep Inferred type: TyCon In the application `mkTyCon "Database.HaskellDB.BoundedString"' In the first argument of `mkAppTy', namely `(mkTyCon "Database.HaskellDB.BoundedString")' What can be wrong? Regards, Robert |