[cvs-nhc98] For temporary compatibility with old code, re-instate the
Malcolm Wallace
malcolm@sparud.net
Tue, 8 Oct 2002 18:51:26 +0200 (CEST)
malcolm: Tue Oct 8 18:51:26 CEST 2002
Update of /usr/src/master/nhc/include
In directory hinken:/tmp/cvs-serv29085
Added Files:
PackedString.hi
Log Message:
For temporary compatibility with old code, re-instate the top-level
PackedString library. (It is now a re-export of NHC.PackedString.)
This is mainly to enable the nhc98 compiler itself to build with either
GHC or nhc98. Eventually, all uses of PackedString will be replaced
by Data.PackedString, which has a slightly different interface than
the old library.