On Thu, 2007-12-20 at 21:16 -0600, Spencer Janssen wrote: > If you're using Cabal, something like this should work: > > if os(win32) > cpp-options: -DWIN32
To be precise:
if os(windows)
cpp-options: -DWIN32
See, Cabal is (mostly) Neil "I hate mingw" Mitchell compliant. :-)
Duncan
_______________________________________________
Glasgow-haskell-users mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
