System.Info.os
Neil Mitchell <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.hugs |
|---|---|
| Message-ID | <404396ef0511100514seaa0f70sd69a645f4ceb6a73__32944.0490612344$1131628615$gmane$org@mail.gmail.com> |
Hi, The function System.Info.os on WinHugs returns "mingw32", which is not really true. I guess its because the libraries are compiled using mingw32, since they can't be compiled natively from windows? Is there some way to alter the library build scripts? Thanks Neil