From: Bjorn B. <d00...@dt...> - 2004-02-04 10:10:20
|
Krasimir Angelov rapporterade detta: > - The PrimQuery imports List module instead of > Data.List which make HaskellDB dependent from > Haskell98 package. In the haskelldb.pkg script the > Haskell98 package is not added in the dependency list. > The package works well with modified PrimQuery where > the List is replaced with Data.List. > > - In the makefile the ghc-pkg tool is called with > -g option to autogenerate library for GHCi. The > trouble here is that if there already exist HShdb.o > object then the tool ignores the option. The work > arround which I use in HSQL is to remove HShdb.o from > the GHC directory before the install phase. B=E5da var enkla fixar som jag har lagt in i CVS. /Bjorn Bringert |