Changelog for transformers-compat-0.4.0.4
0.4.0.4
0.4.0.3
0.4.0.2
- Each of these is a build with a different set of flags configured. Building this way allows us to work around bugs in
cabal's backtracker.
0.4
-
Added support for the missing
ExceptTinstances frommtl.This was not done lightly. While this means that by default incurring a dependency on
transformers-compatdrags inmtlwhen you are using an oldtransformers, it means that users do not have to orphan these instances and permits wider adoption ofExceptT.If you absolutely can't stand
mtland really want this package to build as validHaskell98, then you can usecabal install transformers-compat -f-mtlto avoid incurring the dependency to get these instances. However, that is effectively an unsupported configuration.
0.3.3.4
0.3.3.3
0.3.3.2
- These releases were a successful attempt to fix build problems caused by the cabal backtracker.
- Each of these is a build with a different set of flags configured.
0.3.2
- This release was a failed (or at least, only partially successful) attempt to fix build problems caused by the cabal backtracker.
0.3.1
transformers 0.4.1compatibility
0.3
- Added the instances for
Data.Functor.Classesfromtransformers 0.4 - Switched
Control.Applicative.BackwardsandData.Functor.Reverseto the split constructor/accessor style fromtransformers 0.4.
0.2
- Added the new types and classes from
transformers 0.4
0.1.1.1
- Wrote a better synopsis
0.1.1
- Updated to trick
cabalinto building an emptylibHStransformers-compat-0.1.aon GHC 7.6.
0.1
- Repository initialized by pulling the
transformers-0.2compatibility layer out oflens.