mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 15:28:29 +01:00
mapM => mapM_
This commit is contained in:
parent
7713cbdc83
commit
e425d3fbdc
@ -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__)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user