[Haskell-cafe] GHC 6.6.1: Where is Graphics.SOE ?

Andrea Rossato mailing_list at istitutocolli.org
Wed Jul 18 08:16:21 EDT 2007


On Wed, Jul 18, 2007 at 03:58:58PM +0400, Dmitri O.Kondratiev wrote:
>  Andrea thanks!
>  I tried to install HGL on Win32 and got this unresolved dependency:
> 
>  HGL-3.1>runghc Setup.hs configure
>  Configuring HGL-3.1...
>  configure: Dependency base-any: using base-2.1.1
>  Setup.hs: cannot satisfy dependency X11-any
> 
> 
>  Any ideas?

yes, you need to install the X11 package:
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-1.2.2

I must tell you the truth: I don't run Windows (and never did in the
last 8 years) and I don't know if/how you can install X11 on it. But
since HGL is "a simple graphics library, designed to give the
programmer access to most interesting parts of the Win32 Graphics
Device Interface and X11 library ..." I think that 
runhaskell Setup.hs etc etc
should do the job. I tried HGL on linux recently and it worked
smoothly without any complain (very fun playing with it, btw).

Otherwise try coming back here, I'm sure some else will give you an
advise.

Hope this helps.
Andrea


More information about the Haskell-Cafe mailing list