
5 Sep
2002
5 Sep
'02
5:59 a.m.
How about this story: cvs checkout hugs98 cd hugs98/src/unix cvs checkout hslibs libraries/base libraries/haskell98 libraries/haskell-src # -> Unix source distribution ./configure ./convert_hslibs . ./convert_libraries . cd .. # -> Windows source distribution make install[_ffi] # installs both lib and libraries # -> binary distribution hugs # gets the old library setup HUGSFLAGS='-P{Hugs}/libraries:{Hugs}/oldlib:{Hugs}/lib/hugs' export HUGSFLAGS hugs # gets the new library setup