mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +01:00
Added CPP for excluding windows platform.
This commit is contained in:
parent
5a30a49de4
commit
16d799bbf9
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user