summaryrefslogtreecommitdiff
path: root/libraries/transformers
Commit message (Collapse)AuthorAgeFilesLines
* Bump transformers to 0.6.1.0sheaf2023-02-091-0/+0
| | | | | | | This allows us to avoid orphans for Foldable1 instances, fixing #22898. Updates transformers submodule.
* Bump transformers submodule to 0.6.0.6Ben Gamari2023-01-311-0/+0
| | | | Fixes #22862.
* Update submodule transformers to 0.6.0.4Bodigrim2022-12-211-0/+0
|
* Bump transformers to 0.5.6.2Ben Gamari2019-03-291-0/+0
| | | | See #16199.
* Update transformers moduleHerbert Valerio Riedel2019-01-221-0/+0
|
* Bump transformers submoduleRyan Scott2018-04-201-0/+0
| | | | | This brings in a commit which migrates Contravariant instances from base to transformers.
* Bump transformers submodule to 0.5.5.0Ben Gamari2018-01-211-0/+0
|
* Update transformers submoduleHerbert Valerio Riedel2017-09-021-0/+0
| | | | | | | 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
* Update transformer submodule to v0.5.2.0 releaseHerbert Valerio Riedel2016-02-261-0/+0
| | | | | | | 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
* Update transformers submodule to 0.5.1.0 releaseHerbert Valerio Riedel2016-01-261-0/+0
| | | | This shouldn't have any noticeable API changes for GHC
* Move Data.Functor.(Classes,Compose,Product,Sum) into baseRyanGlScott2015-12-171-0/+0
| | | | | | | | | | | | | | | 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
* Update transformers submodule to latest v0.5.0.0Herbert Valerio Riedel2015-12-161-0/+0
| | | | | | | | `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
* Update transformers submoduleHerbert Valerio Riedel2015-11-271-0/+0
| | | | | | | | | | | 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
* Add `MonadPlus IO` and `Alternative IO` instancesHerbert Valerio Riedel2015-11-031-0/+0
| | | | | | | | | | | | 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
* Move Control.Monad.IO.Class to base from transformersRyanGlScott2015-10-171-0/+0
| | | | | | | | | | | | | | | | | | | | | 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
* Update transformers submodule to 0.4.3.0 releaseHerbert Valerio Riedel2015-08-091-0/+0
| | | | Differential Revision: https://phabricator.haskell.org/D1140
* Move Data.Functor.Identity from transformers to baseHerbert Valerio Riedel2014-11-101-0/+0
| | | | | | | | | | | 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
* Update transformers submodule to 0.4.1.0 releaseHerbert Valerio Riedel2014-07-021-0/+0
|
* Update transformers submodule to new v0.4 relHerbert Valerio Riedel2014-05-071-0/+0
| | | | | This also updates the haskeline to upstream master to accomodate the new transformers version
* Use submodules for repositories with upstreamsIan Lynagh2012-11-251-0/+0