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) | |
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. |