Re: [Haskell-cafe] Problem with HGL

2008-01-26 Thread Jake McArthur
On Jan 26, 2008, at 12:20 PM, jia wang wrote: Graphics/HGL/Key.hs:57:7: Could not find module `Graphics.Win32': it is a member of package Win32-2.1.1.0, which is hidden You need to install the Win32 package. http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Win32-2.1.0.0 -

[Haskell-cafe] Problem with HGL

2008-01-26 Thread jia wang
Hi, I'm trying to use HGL-3.2.0.0 with ghc-6.8.2 on my windows system. When I run command: runhaskell Setup.hs build it shows an error D:\HGL-3.2.0.0\HGL-3.2.0.0>runhaskell Setup.hs build Preprocessing library HGL-3.2.0.0... Building HGL-3.2.0.0... Graphics/HGL/Key.hs:57:7: Could not f