Update for new compilers and libraries versions
authorMiguel Vilaca <jmvilaca@di.uminho.pt>
local dateWed, 24 Jan 2007 20:42:46
dateWed, 24 Jan 2007 20:42:46
hash20070124204246-970b1-7cfc8f20779ea88eb451b214a781cb02bd0dfabb
Update for new compilers and libraries versions

- Update module XTC to a more recent available online
- The code was using some deprecated libraries that have been
definitively removed in GHC 6.6; this patch update to the new
corresponding libraries, allowing compatibility with previous
GHC versions.
- Update to allow the use of HaXml 1.17 or 1.16 or 1.15 indifferently.
14 file(s) changed:
Makefile +7 -6
makeDist.bat +1 -1
src/Common.hs +2 -2
src/Document.hs +2 -2
src/DocumentFile.hs +1 -0
src/InfoKind.hs +1 -0
src/NetworkFile.hs +2 -0
src/NetworkUI.hs +1 -1
src/NetworkView.hs +1 -1
src/PersistentDocument.hs +1 -1
src/SafetyNet.hs +1 -1
src/XTC.hs +281 -252
startghc.bat +1 -1
startghci.bat +1 -1