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

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


Branch: CURRENT, Version: 0.7.2nb5, Package name: hs-transformers-compat-0.7.2nb5, 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)


   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-05-02 12:00:01 by Masatake Daimon | Files touched by this commit (2)
Log message:
devel/hs-transformers-compat: Turned out neither hs-fail nor hs-generic-deriving \ 
were required for building it any longer
   2024-04-30 01:36:10 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hs-transformers-compat: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   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