2024-04-29 05:41:32 by Masatake Daimon | Files touched by this commit (1) |
Log message:
devel/hs-base-compat-batteries: 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-27 17:12:31 by Masatake Daimon | Files touched by this commit (4) |
Log message:
devel/hs-base-compat-batteries: Update to 0.13.1
Changes in 0.13.1 [2023.10.11]
* This coincides with the base-compat-batteries-0.13.1 release. Refer to
the base-compat-batteries changelog for more details.
Changes in 0.13.0 [2023.03.10]
* This coincides with the base-compat-0.13.0 release. Refer to the
base-compat changelog for more details.
* Require OneTuple-0.4 or later on GHC 7.4+, as that is the first OneTuple
release to backport the MkSolo data constuctor for Solo. See
Data.Tuple.Compat.
* Introduce Data.Foldable1.Compat and Data.Bifoldable1.Compat modules,
which correspond to changes made in base-4.18.0.0. base-compat-batteries
uses the foldable1-classes-compat library to backport this code to older
versions of base.
* Depend on bifunctor-classes-compat to backport the Bifunctor, Bifoldable,
and Bitraversable classes instead of the bifunctors library, which has
more dependencies.
Changes in 0.12.3 [2023.07.12]
* Allow building with OneTuple-0.4.*.
|
2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988) |
Log message:
Bump Haskell packages after updating lang/ghc94
|
2023-01-25 10:33:44 by Masatake Daimon | Files touched by this commit (2) |
Log message:
devel/hs-base-compat-batteries: Update BUILDLINK_{API,ABI}_DEPENDS
|
2022-08-18 20:26:48 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
hs-base-compat-batteries: update to 0.12.2.
## Changes in 0.12.2 [2022.08.11]
- This coincides with the `base-compat-0.12.2` release. Refer to the
[`base-compat` \
changelog](https://github.com/haskell-compat/base-compat/blob/master/base-compat/CHANGES.markdown#changes-in-0122-20220811)
for more details.
|
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:02:00 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Update to base-compat-batteries-0.12.1
Changes in 0.12.1 [2021.10.30]
* Backport Solo to the Data.Tuple.Compat module. If using ghc-prim-0.7.0 or
later, Solo is taken from ghc-prim. If using an older version of
ghc-prim, Solo is taken from the OneTuple compatibility library.
* This coincides with the base-compat-0.12.1 release. Refer to the
base-compat changelog for more details.
Changes in 0.12.0 [2021.08.29]
* Data.Semigroup.Compat{.Repl.Batteries} no longer re-exports the Option
data type or the option function, as both have been removed in base-4.16.
* This coincides with the base-compat-0.12.0 release. Refer to the
base-compat changelog for more details.
|
2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541) |
Log message:
Bump packages that depends on GHC
|