sof 2003/02/10 21:10:20 PST
Sender: cvs-hugs-admin@haskell.org
Errors-To: cvs-hugs-admin@haskell.org
X-BeenThere: cvs-hugs@haskell.org
X-Mailman-Version: 2.0.8
Precedence: bulk
List-Help: mailto:cvs-hugs-request@haskell.org?subject=help
List-Post: mailto:cvs-hugs@haskell.org
List-Subscribe: http://www.haskell.org/mailman/listinfo/cvs-hugs,
mailto:cvs-hugs-request@haskell.org?subject=subscribe
List-Id: Hugs CVS commit messages
List-Unsubscribe: http://www.haskell.org/mailman/listinfo/cvs-hugs,
mailto:cvs-hugs-request@haskell.org?subject=unsubscribe
List-Archive: http://www.haskell.org/pipermail/cvs-hugs/
Modified files:
src Makefile.in
src/msc Makefile
src/winhugs Makefile
src/unix convert_libraries
Log:
Convert over the 'network' package. Caveats (potential or otherwise):
- Network.Socket.socketToHandle isn't supported yet, rendering the
higher-level Network module less than useful (disabled its conversion
for now.)
- only tested under Win32.
Revision Changes Path
1.34 +8 -0 hugs98/src/Makefile.in
1.22 +2 -0 hugs98/src/msc/Makefile
1.11 +2 -0 hugs98/src/winhugs/Makefile
1.51 +16 -7 hugs98/src/unix/convert_libraries