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 find module `Graphics.Win32':
      it is a member of package Win32-2.1.1.0, which is hidden

so, how to solve this problem, thanks