I have two questions on the SOE package and associated packages.

(0)
Is there an installshield or similar version that bundles HUGS
and the SOE library.  I don't mind chasing down all the bits
for myself, but I'd like something I can just give to students.
This would be for windows; I'm not that interested in the
UNIX version at the moment.

(1)
How should I set the i option.  First I set tried

+--------
| Prelude> :set -i
| Prelude> :l SimpleGraphics.lhs
| Reading file "F:\progfiles\Haskell\hugs98\lib\soe\SimpleGraphics.lhs":
| ERROR "F:\progfiles\Haskell\hugs98\lib\soe\SimpleGraphics.lhs": Module "SOEG
| raphics" not previously loaded
+---------

Then I tried

+---------
| Prelude> :set +i
| Prelude> :l SimpleGraphics.lhs
| Reading file "F:\progfiles\Haskell\hugs98\lib\soe\SimpleGraphics.lhs":
| Reading file "F:\progfiles\Haskell\hugs98\lib\graphics-2.0.3\lib\win32\SOEGr
| aphics.hs":
| Reading file "F:\progfiles\Haskell\hugs98\lib\graphics-2.0.3\lib\win32\Graph
| icsUtils.hs":
| Reading file "F:\progfiles\Haskell\hugs98\lib\graphics-2.0.3\lib\win32\Graph
| icsCore.hs":
| Reading file "F:\progfiles\Haskell\hugs98\lib\graphics-2.0.3\lib\win32\Graph
| icsTypes.hs":
| Reading file "F:\progfiles\Haskell\hugs98\lib\win32\Win32.hs":
| Reading file "F:\progfiles\Haskell\hugs98\lib\Prelude.hs":
| Parsing
| ERROR "F:\progfiles\Haskell\hugs98\lib\Prelude.hs": Module "Prelude" already
|  loaded
| Prelude>
+--------

Cheers,
Theodore Norvell

----------------------------
Dr. Theodore Norvell                                    [EMAIL PROTECTED]
Electrical and Computer Engineering         http://www.engr.mun.ca/~theo
Engineering and Applied Science                    Phone: (709) 737-8962
Memorial University of Newfoundland                  Fax: (709) 737-4042
St. John's, NF, Canada, A1B 3X5

Reply via email to