Added CPP for excluding windows platform.

This commit is contained in:
Aycan iRiCAN 2014-01-31 09:49:10 +00:00
parent 5a30a49de4
commit 16d799bbf9

View File

@ -274,8 +274,10 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
, "haskell-names haskell-packages hse-cpp"
]
#if !defined(mingw32_HOST_OS) && !defined(__MINGW32__)
mapM_ (add "Aycan iRiCAN <iricanaycan@gmail.com>") $ words
"hdaemonize"
#endif
-- https://github.com/fpco/stackage/issues/160
when (ghcVer >= GhcMajorVersion 7 6) $ do