mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-02 09:30:28 +01:00
Don't include xenstore on Windows
This commit is contained in:
parent
fffb035b32
commit
a44530c79f
@ -137,18 +137,18 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
|||||||
[ "asn1-data bytedump certificate cipher-aes cipher-rc4 connection"
|
[ "asn1-data bytedump certificate cipher-aes cipher-rc4 connection"
|
||||||
, "cprng-aes cpu crypto-pubkey-types crypto-random-api cryptocipher"
|
, "cprng-aes cpu crypto-pubkey-types crypto-random-api cryptocipher"
|
||||||
, "cryptohash hit language-java libgit pem siphash socks tls"
|
, "cryptohash hit language-java libgit pem siphash socks tls"
|
||||||
, "tls-debug tls-extra vhd xenstore"
|
, "tls-debug tls-extra vhd"
|
||||||
]
|
]
|
||||||
addRange "Vincent Hanquez" "language-java" "< 0.2.5"
|
addRange "Vincent Hanquez" "language-java" "< 0.2.5"
|
||||||
|
|
||||||
mapM_ (add "Alberto G. Corona <agocorona@gmail.com>") $ words
|
|
||||||
"RefSerialize TCache Workflow MFlow"
|
|
||||||
|
|
||||||
#if !defined(mingw32_HOST_OS) && !defined(__MINGW32__)
|
#if !defined(mingw32_HOST_OS) && !defined(__MINGW32__)
|
||||||
-- Does not compile on Windows
|
-- Does not compile on Windows
|
||||||
add "Vincent Hanquez" "udbus"
|
add "Vincent Hanquez" "udbus xenstore"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
mapM_ (add "Alberto G. Corona <agocorona@gmail.com>") $ words
|
||||||
|
"RefSerialize TCache Workflow MFlow"
|
||||||
|
|
||||||
mapM_ (add "Edward Kmett <ekmett@gmail.com>") $ words =<<
|
mapM_ (add "Edward Kmett <ekmett@gmail.com>") $ words =<<
|
||||||
[ "ad adjunctions bifunctors bound categories charset comonad comonad-transformers"
|
[ "ad adjunctions bifunctors bound categories charset comonad comonad-transformers"
|
||||||
, "comonads-fd comonad-extras compressed concurrent-supply constraints contravariant"
|
, "comonads-fd comonad-extras compressed concurrent-supply constraints contravariant"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user