diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 5fee3b4f..360b1545 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -418,7 +418,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do when (ghcVer >= GhcMajorVersion 7 8 && not requireHP) $ mapM_ (add "Rodrigo Setti ") $ words - "messagepack messagepack-rpc" + "messagepack" + -- https://github.com/rodrigosetti/messagepack-rpc/issues/1 + -- messagepack-rpc mapM_ (add "Boris Lykah ") $ words "groundhog groundhog-th groundhog-sqlite groundhog-postgresql groundhog-mysql"