Changes between Version 10 and Version 11 of Proposals/transformers
- Timestamp:
- 09/15/10 17:53:51 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Proposals/transformers
v10 v11 81 81 == Transition issues == 82 82 83 In early September 2010, there were 694packages in hackage that directly depended on mtl. Of these,84 * 38 5built unchanged with the proposed mtl-283 In early September 2010, there were 465 buildable packages in hackage that directly depended on mtl. Of these, 84 * 386 built unchanged with the proposed mtl-2 85 85 * 18 had a bounded mtl dependency that excluded mtl-2 86 86 * 2 failed because of the recent move of the Monad (Either e) instance from mtl to base 87 * 4 3failed with the new mtl:87 * 41 failed with the new mtl: 88 88 * 11 because they defined their own Applicative instances (which can now be deleted) 89 89 * 11 because of the changed constraint on Functor instances … … 91 91 * 2 that defined instances for base monads ([http://hackage.haskell.org/package/jmacro jmacro] and [http://hackage.haskell.org/package/yhccore yhccore]) 92 92 * 1 that defined an overlapping Error instance ([http://hackage.haskell.org/package/hssqlppp hssqlppp]) 93 * 248 failed for other reasons (e.g. failed anyway or depended on one of the other failures)93 * 18 failed because they depended on one of the other failures 94 94 95 95 == Other issues ==
