Hi,
HaskellDB was an auto package in ghc (that is, you did not have to use
-package haskelldb) up til today. Starting with tomorrow's CVS snapshot,
it is not. The reason is that since haskelldb requires -fglasgow-exts,
that flag would always be turned on whether haskelldb was used or not.
This caused problems for some users.
This means that in the future, you will have to use "-package haskelldb"
when compiling HaskellDB programs.
/Bj=F6rn Bringert
|