RE: package treating

2003-10-21 Thread Simon Marlow
> I presumed that, as the ghci > command loads all usable libraries, then > > ghci -package-conf myPackage.conf -package myPackage > > will load all that `ghci' loads + > what is specified in myPackage.conf. > > But, probably, this is not (should not

package treating

2003-10-20 Thread Serge D. Mechveliani
I wrote recently about `strange' package management in ghc-6.0.1. I thank Swenn Pan, who explained the effect to me: about List from haskell98 package and data depending on haskell98. I missed the point because I am a bit stupid and also because the package treating changes rapidy