• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

0.2/H03-May-2022-392186

0.3/H03-May-2022-1,415849

0.5/Control/Monad/Trans/H03-May-2022-480220

generics/Data/Functor/Classes/H03-May-2022-973629

src/Control/Monad/Trans/H03-May-2022-753581

tests/H09-Sep-2001-355279

.ghciH A D09-Sep-200185 21

.gitignoreH A D09-Sep-2001280 3332

.travis.ymlH A D09-Sep-200110.8 KiB204201

.vim.customH A D09-Sep-2001767 3223

CHANGELOG.markdownH A D09-Sep-200112.6 KiB226184

HLint.hsH A D09-Sep-200131 21

LICENSEH A D09-Sep-20011.4 KiB3124

README.markdownH A D09-Sep-20011.1 KiB2617

Setup.lhsH A D09-Sep-2001117 84

configH A D09-Sep-2001646 1715

transformers-compat.cabalH A D09-Sep-20015.4 KiB187160

README.markdown

1transformers-compat
2===================
3
4[![Hackage](https://img.shields.io/hackage/v/transformers-compat.svg)](https://hackage.haskell.org/package/transformers-compat) [![Build Status](https://secure.travis-ci.org/ekmett/transformers-compat.png?branch=master)](http://travis-ci.org/ekmett/transformers-compat)
5
6This provides a thin compatibility shim on top of transformers-0.2 to add the types that were added in transformers-0.3.
7
8This enables users to maintain haskell-platform compatibility, while still gaining access ot the new functionality.
9
10Related packages
11----------------
12The `writer-cps-transformers` package backports the
13`Control.Monad.Trans.{RWS,Writer}.CPS` modules that were introduced in
14`transformers-0.5.6.0`. There are also a variety of companion packages which
15backport orphan instances for these types. One example is `writer-cps-mtl`,
16which backports instances of type classes from the `mtl` library.
17
18Contact Information
19-------------------
20
21Contributions and bug reports are welcome!
22
23Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
24
25-Edward Kmett
26