home *** CD-ROM | disk | FTP | other *** search
- -----------------------------------------------------------------------------
- -- Dummy module to import all of the Hugs libraries; programmers should
- -- normally be more selective than this when it comes to specifying the
- -- modules that a particular program depends on.
- --
- -- Suitable for use with Hugs 98
- -----------------------------------------------------------------------------
-
- module HugsLibs where
-
- import StdLibs
- import Trace
- import Number
- import ParseLib
- import Interact
- import AnsiScreen
- import AnsiInteract
- import IOExtensions
- import Sequence
- import ListUtils
- import Dynamic
-
- -----------------------------------------------------------------------------
-