| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This brings in a commit which migrates Contravariant instances from
base to transformers.
|
| |
|
|
|
|
|
|
|
| |
This updates `transformers` from the v0.5.2 release to the
v0.5.4 release + unreleased changes
This is a pre-requisite for the Semigroup=>Monoid implementation
|
|
|
|
|
|
|
| |
Most notably, this update pulls in documentation improvements
and several INLINE pragmas for significant performance gains[1].
[1]: https://groups.google.com/d/msg/haskell-cafe/SUKtkDI84EE/fXMBd-jNDQAJ
|
|
|
|
| |
This shouldn't have any noticeable API changes for GHC
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These modules were previously provided by the `transformers`
package. Hence the submodule update.
This patch was originally contributed by M Farkas-Dyck and
subsequently taken over and completed by Ryan.
The original proposal discussion can be found at
https://mail.haskell.org/pipermail/libraries/2015-July/026014.html
This addresses #11135
Differential Revision: https://phabricator.haskell.org/D1543
|
|
|
|
|
|
|
|
| |
`transformers-0.5.0.0` will be the next version of `transformers`
and this is the designated version to be used for GHC 8.0.1
This needs to update the haskeline submodule in order to relax
the upper bound for the major version bump to 0.5
|
|
|
|
|
|
|
|
|
|
|
| |
Most notably this pulls in `MonadFail` instances
(see also #10751)
- add MonadFail instance for ContT
- re-order methods for consistency
- Add `MonadFail` instances
- Canonicalise Monad instances
- instance Bifunctor Constant
|
|
|
|
|
|
|
|
|
|
|
|
| |
This requires adding a new primitive `mplusIO` to `GHC.IO`
Update transformers submodule to accomodate extant orphan instances.
Reviewed By: austin, bgamari
Differential Revision: https://phabricator.haskell.org/D1148
GHC Trac Issues: #10755
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
See Trac #10773
Remove Control.Monad.IO.Class from `transformers`. Updates
`transformers` submodule.
See Trac #10773
Test Plan: ./validate
Reviewers: ekmett, hvr, bgamari, austin
Reviewed By: hvr, bgamari, austin
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D1147
GHC Trac Issues: #10773
|
|
|
|
| |
Differential Revision: https://phabricator.haskell.org/D1140
|
|
|
|
|
|
|
|
|
|
|
| |
This also updates the `transformers` submodule to the just
released `transformers-0.4.2.0` package version.
See #9664 for more details
Reviewed By: austin, ekmett
Differential Revision: https://phabricator.haskell.org/D313
|
| |
|
|
|
|
|
| |
This also updates the haskeline to upstream master to
accomodate the new transformers version
|
|
|