|
From: Robert v. H. <rh...@cs...> - 2005-04-12 15:48:24
|
Hi there,
I have two questions:
First of all, is the CVS version of HaskellDB already supporting the new
package system of GHC 6.4?
And second, I get a build error when trying to compile the source that
is in CVS:
make[1]: Entering directory `/home/robert/soft/src/haskell/build/haskelldb'
/home/robert/soft/bin/ghc -O2 -fglasgow-exts
-fallow-overlapping-instances -i./build/ghc -package-name haskelldb -c
build/ghc/Database/HaskellDB/FieldType.hs
build/ghc/Database/HaskellDB/BoundedString.hi -o
build/ghc/Database/HaskellDB/FieldType.o
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")'
make[1]: *** [build/ghc/Database/HaskellDB/FieldType.o] Error 1
make[1]: Leaving directory `/home/robert/soft/src/haskell/build/haskelldb'
make: *** [all-ghc] Error 2
What is wrong?
Regards,
Robert
|