mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-02 17:40:26 +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"
|
, "haskell-names haskell-packages hse-cpp"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
#if !defined(mingw32_HOST_OS) && !defined(__MINGW32__)
|
||||||
mapM_ (add "Aycan iRiCAN <iricanaycan@gmail.com>") $ words
|
mapM_ (add "Aycan iRiCAN <iricanaycan@gmail.com>") $ words
|
||||||
"hdaemonize"
|
"hdaemonize"
|
||||||
|
#endif
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/160
|
-- https://github.com/fpco/stackage/issues/160
|
||||||
when (ghcVer >= GhcMajorVersion 7 6) $ do
|
when (ghcVer >= GhcMajorVersion 7 6) $ do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user