mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-29 15:40:26 +01:00
Minor correction
This commit is contained in:
parent
a44530c79f
commit
f638da228a
@ -143,7 +143,7 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
|||||||
|
|
||||||
#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 xenstore"
|
mapM_ (add "Vincent Hanquez") $ words "udbus xenstore"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
mapM_ (add "Alberto G. Corona <agocorona@gmail.com>") $ words
|
mapM_ (add "Alberto G. Corona <agocorona@gmail.com>") $ words
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user