[Haskell-cafe] GHC 6.7 on Windows / containers-0.1 package?

Neil Mitchell ndmitchell at gmail.com
Wed Sep 19 17:24:24 EDT 2007


Hi Peter,

>  So I grabbed ghc-6.7.20070824 (=the latest one for Windows I could find)
> and the "extra-libs", compiled and installed the GLUT package (which I
> needed), but when I compile my library, I get
>
>      Could not find module `Data.Map':
>        it is a member of package containers-0.1, which is hidden

All dependencies etc. have changed when going to 6.7/6.8 - you are
probably better off using 6.6.1 for now.

I also don't think that the debugger will help you track down infinite
loop style errors. You might be better off posting the code and asking
for help.

Thanks

Neil


More information about the Haskell-Cafe mailing list