From: Bjorn B. <d00...@dt...> - 2004-02-04 10:28:16
|
I wrote: > Krasimir Angelov rapporterade detta: >=20 > > - 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. >=20 > B=E5da var enkla fixar som jag har lagt in i CVS. Oops, sorry, wrong language. Was meant for a different list. If you are curious, my comments mean: Krasimir Angelov reported this: and Both are easy fixes that I have put into CVS. /Bjorn |