OK, what about Hugs? I used Cabal to download the GLFW package to GHC. Must I do the same from Hugs? Or is this also a fools mission? From: http://plucky.cs.yale.edu/soe/software1.htm "follow the installation instructions for Gtk2Hs at http://www.haskell.org/gtk2hs, then import the module Graphics.SOE.Gtk instead of SOE.hs in your code." That link appears to be broken. What must I do? Or am I at a dead end? Michael [michael@localhost ~]$ cd ./SOE/SOE/src [michael@localhost src]$ hugs __ __ __ __ ____ ___ _________________________________________ || || || || || || ||__ Hugs 98: Based on the Haskell 98 standard ||___|| ||__|| ||__|| __|| Copyright (c) 1994-2005 ||---|| ___|| World Wide Web: http://haskell.org/hugs || || Bugs: http://hackage.haskell.org/trac/hugs || || Version: September 2006 _________________________________________ Haskell 98 mode: Restart with command line option -98 to enable extensions Type :? for help Hugs> :l Snowflake.lhs ERROR "./SOE.hs" - Can't find imported module "Graphics.UI.GLFW" Hugs> --- On Sun, 1/30/11, Brandon S Allbery KF8NH <allbery.b@gmail.com> wrote:
|