#1710: System.Win32.DebugApi unaccessible
-----------------------+----------------------------------------------------
  Reporter:  guest     |          Owner:         
      Type:  bug       |         Status:  new    
  Priority:  normal    |      Milestone:         
 Component:  Compiler  |        Version:  6.6.1  
  Severity:  normal    |       Keywords:         
Difficulty:  Unknown   |             Os:  Windows
  Testcase:            |   Architecture:  x86    
-----------------------+----------------------------------------------------
WinXP SP2 Professional, GHC 6.6.1 official distribution
 program test.lhs:
 >module Main where
 >import System.Win32.DebugApi
 >main = putStrLn "Hello"
 compile command is "ghc -v --make -auto-all test.lhs"
 result is:
 test.lhs:2:7:
     Could not find module `System.Win32.DebugApi':
       locations searched:
         System/Win32/DebugApi.hs
         System/Win32/DebugApi.lhs

 Files DebugApi.hi and DebugApi.p_hi are present in
 <GHC>\imports\System\Win32 directory

 Other System.Win32.<> modules are imported without any errors

 "ghc-pkg field Win32 exposed-modules" shows no System.Win32.DebugApi
 module

 System.Win32.DebugApi module present in documentation

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1710>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to