1.1.5 * Fix build failures on GHC 8.4 and 8.6 * Add support for safe Haskell - Specifically, this marks the Control.Monad.Trans.Compose module as Trustworthy - The change in 1.1.4 to use GeneralizedNewtypeDeriving meant that the Control.Monad.Trans.Compose module was no longer inferred as safe * Restore Traversable instance removed by mistake in 1.1.4 1.1.4 (Blacklisted) * Unintentional removal of Traversable instance for ComposeT - This missing instance is restored in 1.1.5 - This is the reason why the 1.1.4 release is blacklisted * Fix MonadFail-related code to work for GHCJS * The MonadRWS instance for ComposeT has a more flexible constraint - The constraint is now MonadReader r (f (g m)), MonadWriter w (f (g m)), MonadState s (f (g m)) instead of MonadRWS r w s (f g m) - This loosening of the constraint is backwards-compatible
6 lines
397 B
Text
6 lines
397 B
Text
$NetBSD: distinfo,v 1.5 2021/04/23 12:27:42 pho Exp $
|
|
|
|
SHA1 (mmorph-1.1.5.tar.gz) = 30b46ebddc42a1f7eb3c92cccece1a999aaa710c
|
|
RMD160 (mmorph-1.1.5.tar.gz) = ec9268e897f9790467be8863b3a24675cdd91aa8
|
|
SHA512 (mmorph-1.1.5.tar.gz) = 8429661578ef47f52e45aa4fea71aba2af115a9afc062f6ae2679270cd9d87fbbccb4c21cedfb0d7374d56c30e4dce38683e0cc1c8f37d89cc462067d233a198
|
|
Size (mmorph-1.1.5.tar.gz) = 6925 bytes
|