./devel/hs-transformers-compat, Small compatibility shim exposing the new types

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.7.2nb3, Package name: hs-transformers-compat-0.7.2nb3, Maintainer: szptvlfn

This package includes backported versions of types that were added to
transformers in transformers 0.3 an 0.4 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.


Required to run:
[devel/hs-generic-deriving] [devel/hs-fail] [lang/ghc88]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 45.396 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-28 16:21:29 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hs-transformers-compat: Fix build with GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2022-08-18 21:12:12 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
hs-transformers-compat: update to 0.7.2.

0.7.2 [2022.06.26]
------------------
* Add `Eq`, `Ord`, `Read`, and `Show` instances for `FunctorClassesDefault` in
  `Data.Functor.Classes.Generic`.
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-11 14:27:44 by Masatake Daimon | Files touched by this commit (3)
Log message:
Update to transformers-compat-0.7.1

0.7.1 [2021.10.30]
* Backport new instances from GHC 9.2/base-4.16
  * Eq1, Read1, and Show1 instances for Complex
  * Eq{1,2}, Ord{1,2}, Show{1,2}, and Read{1,2} instances for (,,) and
    (,,,)

0.7 [2021.07.25]
* Backport changes from transformers-0.6.*:
  * Remove the long-deprecated selectToCont function from
    Control.Monad.Trans.Select.
  * Backport various Generic, Generic1, and Data instances.
  * Backport handleE, tryE, and finallyE to Control.Monad.Trans.Except.
  * Backport explicit implementations of (<$), liftA2, (*>), and (<*) for
    Control.Applicative.Backwards.
  * Backport a lazier implementation of (<*>) for Control.Applicative.Lift.
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC