mapM => mapM_

This commit is contained in:
Michael Snoyman 2013-07-09 11:26:45 +03:00
parent 7713cbdc83
commit e425d3fbdc

View File

@ -132,7 +132,7 @@ defaultStablePackages _ = unPackageMap $ execWriter $ do
, "cryptohash hit language-java libgit pem siphash socks tls"
, "tls-debug tls-extra vhd xenstore"
]
mapM (add "Alberto G. Corona <agocorona@gmail.com>") $ words
mapM_ (add "Alberto G. Corona <agocorona@gmail.com>") $ words
"RefSerialize TCache Workflow MFlow"
#if !defined(mingw32_HOST_OS) && !defined(__MINGW32__)