From: carlos a. <ca...@ci...> - 2004-11-30 13:52:53
|
> Programs using HaskellDB must be compiled with support for overlapping > instances. Compiling against the HaskellDB package should do this > automatically, so perhaps the problem is that you are not using the > "-package haskelldb" flag. If this is not the problem, please provide a > minimal program that produces this error, and the ghc command line used > to compile it. the problem was the absence of the "-package haskelldb" flag. now it works fine. thank you. carlos. |