The transformers-compat package
This package includes backported versions of types that were added to transformers in transformers 0.3, 0.4, and 0.5 for users who need strict transformers 0.2 or 0.3 compatibility to run on old versions of the platform, but also need those types.
Those users should be able to just depend on transformers >= 0.2 and transformers-compat >= 0.3.
Note: missing methods are not supplied, but this at least permits the types to be used.
[Skip to Readme]
Properties
| Versions | 0.1, 0.1.1, 0.1.1.1, 0.2, 0.3, 0.3.2, 0.3.3, 0.3.3.2, 0.3.3.3, 0.3.3.4, 0.4.0.2, 0.4.0.3, 0.4.0.4, 0.5.0.2, 0.5.0.3, 0.5.0.4, 0.5.1.2, 0.5.1.3, 0.5.1.4 |
|---|---|
| Change log | CHANGELOG.markdown |
| Dependencies | base (>=4.3 && <5), ghc-prim, transformers (>=0.4.1 && <0.6) [details] |
| License | BSD3 |
| Copyright | Copyright (C) 2012-2015 Edward A. Kmett |
| Author | Edward A. Kmett |
| Maintainer | Edward A. Kmett <[email protected]> |
| Stability | provisional |
| Category | Compatibility |
| Home page | http://github.com/ekmett/transformers-compat/ |
| Bug tracker | http://github.com/ekmett/transformers-compat/issues |
| Source repository | head: git clone git://github.com/ekmett/transformers-compat.git |
| Uploaded | Sun Jan 17 03:47:37 UTC 2016 by EdwardKmett |
| Distributions | Arch:0.5.1.4, Debian:0.4.0.4, Fedora:0.4.0.4, FreeBSD:0.4.0.4, LTSHaskell:0.5.1.4, NixOS:0.5.1.4, Stackage:0.5.1.4, Tumbleweed:0.5.1.4 |
| Downloads | 143761 total (101 in the last 30 days) |
| Votes | |
| Status | Docs available [build log] Last success reported on 2016-01-20 [all 1 reports] |
Modules
- Control
- Applicative
- Control.Applicative.Backwards
- Control.Applicative.Lift
- Monad
- Control.Monad.Signatures
- Trans
- Control.Monad.Trans.Except
- Control.Monad.Trans.Instances
- Applicative
- Data
- Functor
- Data.Functor.Classes
- Data.Functor.Reverse
- Data.Functor.Sum
- Functor
[Index]
Flags
| Name | Description | Default | Type |
|---|---|---|---|
| two | Use transformers 0.2. This will be selected by cabal picking the appropriate version. | Disabled | Manual |
| three | Use transformers 0.3. This will be selected by cabal picking the appropriate version. | Disabled | Manual |
| mtl | -f-mtl Disables support for mtl for transformers 0.2 and 0.3. That is an unsupported configuration, and results in missing instances for `ExceptT`, but keeps the package Haskell 98. | Enabled | Manual |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- transformers-compat-0.5.1.4.tar.gz [browse] (Cabal source package)
- Package description (included in the package)
