2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173) |
Log message:
Bump all Haskell packages after switching the default compiler.
|
2025-01-30 05:54:24 by Masatake Daimon | Files touched by this commit (3) |  |
Log message:
devel/hs-base-compat: update to 0.14.1
## Changes in 0.14.1 [2024.12.06]
- Sync with `base-4.21`/GHC 9.12
- Backport `compareLength` to `Data.List.Compat` and
`Data.List.NonEmpty.Compat`
- Backport `inits1` and `tails1` to `Data.List.Compat`
- Backport `firstA` and `secondA` to `Data.Bitraversable.Compat`
- Drop support for pre-8.0 versions of GHC.
## Changes in 0.14.0 [2024.04.30]
- Sync with `base-4.20`/GHC 9.10
- Backport `foldl'` to `Prelude.Compat`
- Backport `List` to `Data.List.Compat` (when building with GHC 9.6 or later)
- Backport `append`, `appendList`, `prependList`, `permutations`,
`permutations1`, and `sortOn` to `Data.List.NonEmpty.Compat` (when building
with GHC 8.0 or later)
|
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-04-29 05:35:52 by Masatake Daimon | Files touched by this commit (1) |
Log message:
devel/hs-base-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-27 06:57:03 by Masatake Daimon | Files touched by this commit (4) |
Log message:
devel/hs-base-compat: Update to 0.13.1
Changes in 0.13.1 [2023.10.11]
* Sync with base-4.19/GHC 9.8
* Backport unzip to Data.Functor.Compat
* Backport (!?) and unsnoc to Data.List.Compat
* Backport getSolo to Data.Tuple.Compat when building against
ghc-prim-0.8.0 (GHC 9.2) or later. To backport getSolo to older versions
of GHC, import Data.Tuple.Compat from base-compat-batteries instead.
* Backport decT and hdecT to Data.Typeable.Compat
* Backport decTypeRep to Type.Reflection.Compat
Changes in 0.13.0 [2023.03.10]
* Sync with base-4.18/GHC 9.6
* Backport liftA2 being re-exported from Prelude.Compat.
* Data.Tuple.Compat's Solo API now matches what is present in Data.Tuple in
base-4.18. In particular, we now re-export both the MkSolo and Solo data
constructors when building with ghc-prim-0.10.0 or later, with MkSolo
being preferred over Solo. If you want to backport MkSolo to earlier
versions of GHC, import Data.Tuple.Compat from base-compat-batteries
instead.
* Backport traceWith, traceShowWith, and traceEventWith to
Debug.Trace. Note that traceEventWith is only provided when building with
base-4.5 or later, as that is the first version of base to provide the
traceEvent primitive on which traceEventWith is defined.
* Backport inits1 and tails1 to Data.List.NonEmpty.Compat.
* Backport minusNaturalMaybe to Numeric.Natural.Compat.
* Backport applyWhen to Data.Function.Compat.
* Backport mapAccumM and forAccumM to Data.Traversable.Compat.
* Backport heqT to Data.Typeable.Compat. Note that heqT is only defined
when building with base-4.10 or later, as that is the first version of
base to provide the primitives needed to define heqT.
* Introduce Data.Foldable1.Compat and Data.Bifoldable1.Compat modules,
which correspond to changes made in base-4.18.0.0. You may consider using
base-compat-batteries instead if you want increase the range of base
versions that are supported.
Changes in 0.12.3 [2023.07.12]
* This coincides with the base-compat-batteries-0.12.3 release. Refer to
the base-compat-batteries changelog for more details.
|
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:32:19 by Masatake Daimon | Files touched by this commit (1) |
Log message:
devel/hs-base-compat: Update BUILDLINK_{API,ABI}_DEPENDS
|
2022-08-18 20:21:15 by Thomas Klausner | Files touched by this commit (2) |  |
Log message:
hs-base-compat: update to 0.12.2.
## Changes in 0.12.2 [2022.08.11]
- Sync with `base-4.17`/GHC 9.4
- Backport `(.^.)`, `(.>>.)`, `(.<<.)`, `(!>>.)`, \
`(!<<.)`, `oneBits` to
`Data.Bits.Compat`
- Backport `pattern TypeRep` to `Type.Reflection.Compat`
|
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
|