From a44530c79f171d603164f3c18e44c6dff6d4cdd4 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 4 Aug 2013 11:41:07 +0300 Subject: [PATCH] Don't include xenstore on Windows --- Stackage/Config.hs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Stackage/Config.hs b/Stackage/Config.hs index faad3d15..f4e23b7c 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -137,18 +137,18 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do [ "asn1-data bytedump certificate cipher-aes cipher-rc4 connection" , "cprng-aes cpu crypto-pubkey-types crypto-random-api cryptocipher" , "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" - mapM_ (add "Alberto G. Corona ") $ words - "RefSerialize TCache Workflow MFlow" - #if !defined(mingw32_HOST_OS) && !defined(__MINGW32__) -- Does not compile on Windows - add "Vincent Hanquez" "udbus" + add "Vincent Hanquez" "udbus xenstore" #endif + mapM_ (add "Alberto G. Corona ") $ words + "RefSerialize TCache Workflow MFlow" + mapM_ (add "Edward Kmett ") $ words =<< [ "ad adjunctions bifunctors bound categories charset comonad comonad-transformers" , "comonads-fd comonad-extras compressed concurrent-supply constraints contravariant"